|
1 | 1 | ---
|
2 |
| -author: palatter |
3 |
| -ms.author: palatter |
| 2 | +author: pavelprystinka |
| 3 | +ms.author: pprystinka |
4 | 4 | ms.date: 10/10/2021
|
5 | 5 | ms.topic: include
|
6 | 6 | ms.service: azure-communication-services
|
@@ -36,7 +36,7 @@ In Xcode, create a new project:
|
36 | 36 |
|
37 | 37 | ### Install the package and dependencies
|
38 | 38 |
|
39 |
| -1. (Optional) For MacBook with M1, install, and enable [Rosetta](https://support.apple.com/en-us/HT211861) in Xcode. |
| 39 | +1. (Optional) For MacBook with M1, install, and enable [Rosetta](https://support.apple.com/HT211861) in Xcode. |
40 | 40 |
|
41 | 41 | 1. In your project root directory, run `pod init` to create a Podfile. If you encounter an error, update [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) to the current version.
|
42 | 42 |
|
@@ -93,17 +93,15 @@ In the Xcode project, under **Build Settings**, set the **Enable Bitcode** optio
|
93 | 93 |
|
94 | 94 | To initialize the composite:
|
95 | 95 |
|
96 |
| -1. Go to `ViewController`. |
97 |
| - |
98 |
| -2. Add the following code to initialize your composite components for calling. |
| 96 | +1. Go to `ViewController` and update connection settings: |
99 | 97 | - Replace `TEAM_MEETING_LINK` with the Teams meeting link.
|
100 | 98 | - Replace `ACS_ENDPOINT` with your ACS resource's endpoint.
|
101 | 99 | - Replace `DISPLAY_NAME` with your name.
|
102 | 100 | - Replace `USER_ID` with ACS user ID.
|
103 | 101 | - Replace `USER_ACCESS_TOKEN` with your token.
|
104 | 102 |
|
105 | 103 | ### Get a Teams meeting chat thread for a Communication Services user
|
106 |
| -The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](https://learn.microsoft.com/en-us/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true) property |
| 104 | +The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](../../../../graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true) property |
107 | 105 |
|
108 | 106 | With the Graph APIs, you can also obtain the threadID. The response has a chatInfo object that contains the threadID.
|
109 | 107 | ```swift
|
|
0 commit comments