Skip to content

Commit 267bd14

Browse files
authored
Merge pull request #88297 from AmyL219/patch-1
Add additional information
2 parents df44627 + 916fdd6 commit 267bd14

File tree

1 file changed

+2
-1
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+2
-1
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ end
4848

4949
3. Run `pod install --repo-update`.
5050
4. Open the generated `.xcworkspace` with Xcode.
51+
5. (Optional) For Mackbook Pro M1, install and enable [Rosetta](https://support.apple.com/en-us/HT211861) in Xcode.
5152

5253
### Request access to the microphone, camera, etc.
5354

@@ -73,7 +74,7 @@ Set `Enable Bitcode` option to `No` in the project `Build Settings`. To find the
7374

7475
## Initialize composite
7576

76-
Go to 'ViewController'. Here we'll drop the following code to initialize our Composite Components for Call. Replace `<GROUP_CALL_ID>` with either your call group ID or `UUID()` to generate one. Also replace `<DISPLAY_NAME>` with your name, and `<USER_ACCESS_TOKEN>` with your token.
77+
Go to 'ViewController'. Here we'll drop the following code to initialize our Composite Components for Call. Replace `<GROUP_CALL_ID>` with either your call group ID or `UUID()` to generate one. Also replace `<DISPLAY_NAME>` with your name, and `<USER_ACCESS_TOKEN>` with your token. The limit for string length of `<DISPLAY_NAME>` is 256.
7778

7879
```swift
7980
import UIKit

0 commit comments

Comments
 (0)