Skip to content

Commit e557dc7

Browse files
Fix links
1 parent 2f31a2c commit e557dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Azure Communication Services integrates with [Azure Event Grid](../../../event-g
4343

4444
## Next steps
4545

46-
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview)
46+
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview.md)

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). 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
153+
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
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)