Skip to content

Commit 0127048

Browse files
Remove duplicate prerequisites
1 parent e0577d8 commit 0127048

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ zone_pivot_groups: acs-plat-ios-android
1717

1818
# Integrate Calling and Chat UI Libraries
1919

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-
2720
## Set up the feature
2821

2922
::: zone pivot="platform-android"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ To initialize the Call composite:
147147
- Replace `TEAM_MEETING_LINK` with the Teams meeting link.
148148
- Replace `ACS_ENDPOINT` with your ACS resource's endpoint.
149149
- Replace `DISPLAY_NAME` with your name.
150+
- Replace `USER_ID` with ACS user ID.
150151
- Replace `USER_ACCESS_TOKEN` with your token.
151152

152153
### Get a Teams meeting chat thread for a Communication Services user

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ To initialize the composite:
9999
- Replace `TEAM_MEETING_LINK` with the Teams meeting link.
100100
- Replace `ACS_ENDPOINT` with your ACS resource's endpoint.
101101
- Replace `DISPLAY_NAME` with your name.
102+
- Replace `USER_ID` with ACS user ID.
102103
- Replace `USER_ACCESS_TOKEN` with your token.
103104
104105
### Get a Teams meeting chat thread for a Communication Services user

0 commit comments

Comments
 (0)