Skip to content

Commit 03c5764

Browse files
Fix link
1 parent 11c5bf7 commit 03c5764

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/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To initialize the Call composite:
150150
- Replace `USER_ACCESS_TOKEN` with your token.
151151

152152
### Get a Teams meeting chat thread for a Communication Services user
153-
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
153+
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
154154

155155
With the Graph APIs, you can also obtain the threadID. The response has a chatInfo object that contains the threadID.
156156

0 commit comments

Comments
 (0)