Skip to content

Commit 21b6e57

Browse files
authored
Add additional information
1 parent 6d156f0 commit 21b6e57

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, please install and open [Rosetta](https://support.apple.com/en-us/HT211861)
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)