File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
articles/communication-services/quickstarts/ui-library
includes/get-started-calling-with-chat Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ zone_pivot_groups: acs-plat-ios-android
17
17
18
18
# Integrate Calling and Chat UI Libraries
19
19
20
- ## Prerequisites
21
-
22
- - An Azure account with an active subscription. [ Create an account for free] ( https://azure.microsoft.com/free/?WT.mc_id=A261C142F ) .
23
- - A deployed Communication Services resource. [ Create a Communication Services resource] ( ../create-communication-resource.md ) .
24
- - A user access token to enable the call and chat composites. [ Get a user access token] ( ../access-tokens.md ) .
25
- - Optional: Completion of the [ quickstart for getting started with the UI Library composites] ( get-started-composites.md ) .
26
-
27
20
## Set up the feature
28
21
29
22
::: zone pivot="platform-android"
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ To initialize the Call composite:
147
147
- Replace ` TEAM_MEETING_LINK ` with the Teams meeting link.
148
148
- Replace ` ACS_ENDPOINT ` with your ACS resource's endpoint.
149
149
- Replace ` DISPLAY_NAME ` with your name.
150
+ - Replace ` USER_ID ` with ACS user ID.
150
151
- Replace ` USER_ACCESS_TOKEN ` with your token.
151
152
152
153
### Get a Teams meeting chat thread for a Communication Services user
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ To initialize the composite:
99
99
- Replace ` TEAM_MEETING_LINK` with the Teams meeting link.
100
100
- Replace ` ACS_ENDPOINT` with your ACS resource' s endpoint.
101
101
- Replace `DISPLAY_NAME` with your name.
102
+ - Replace `USER_ID` with ACS user ID.
102
103
- Replace `USER_ACCESS_TOKEN` with your token.
103
104
104
105
### Get a Teams meeting chat thread for a Communication Services user
You can’t perform that action at this time.
0 commit comments