You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-javascript.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.date: 07/17/2023
6
6
ms.author: ruslanzdor
7
7
---
8
8
9
-
In this quickstart you are going to learn how to start a call from Azure Communication Services user to Teams Call Queue. You are going to achieve it with the following steps:
9
+
In this quickstart you're going to learn how to start a call from Azure Communication Services user to Teams Call Queue. You're going to achieve it with the following steps:
10
10
11
11
1. Enable federation of Azure Communication Services resource with Teams Tenant.
12
12
2. Select or create Teams Call Queue via Teams Admin Center.
@@ -464,11 +464,11 @@ Use the `webpack-dev-server` to build and run your app. Run the following comman
464
464
npx webpack serve --config webpack.config.js
465
465
```
466
466
467
-
Manual steps to setup the call:
467
+
Manual steps to set up the call:
468
468
469
469
1. Open your browser and navigate to http://localhost:8080/.
470
470
2. Enter a valid user access token. Refer to the [user access token documentation](../../../manage-teams-identity.md) if you don't already have access tokens available to use.
471
471
3. Click on the "Initialize Call Agent" buttons.
472
472
4. Enter the Call Queue Object ID, and select the "Start Call" button. Application will start the outgoing call to the call queue with given object ID.
473
473
5. Call is connected to the Call Queue.
474
-
6. Communication Services user is routed through Call Queue based on it's configuration.
474
+
6. Communication Services user is routed through Call Queue based on its configuration.
0 commit comments