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-auto-attendant/teams-auto-attendant-javascript.md
+2-2Lines changed: 2 additions & 2 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 Auto Attendant. 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 Auto Attendant. 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 Auto Attendant via Teams Admin Center.
@@ -464,7 +464,7 @@ 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.
0 commit comments