Skip to content

Commit 4086df8

Browse files
Fix links
1 parent 54d4377 commit 4086df8

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To initialize the composite:
101101
- Replace `USER_ACCESS_TOKEN` with your token.
102102
103103
### Get a Teams meeting chat thread for a Communication Services user
104-
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget). 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) property
104+
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](/graph/api/onlinemeeting-createorget). 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) property
105105

106106
With the Graph APIs, you can also obtain the threadID. The response has a chatInfo object that contains the threadID.
107107
```swift

0 commit comments

Comments
 (0)