Skip to content

Commit 8e21744

Browse files
author
Jill Grant
authored
Update teams-call-queue-javascript.md
Acrolinx fixes
1 parent 06658c0 commit 8e21744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 07/17/2023
66
ms.author: ruslanzdor
77
---
88

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:
1010

1111
1. Enable federation of Azure Communication Services resource with Teams Tenant.
1212
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
464464
npx webpack serve --config webpack.config.js
465465
```
466466

467-
Manual steps to setup the call:
467+
Manual steps to set up the call:
468468

469469
1. Open your browser and navigate to http://localhost:8080/.
470470
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.
471471
3. Click on the "Initialize Call Agent" buttons.
472472
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.
473473
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

Comments
 (0)