Skip to content

Commit b9a291f

Browse files
committed
arclinmx fixes
1 parent d106c1a commit b9a291f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/tutorials/widgets/click-to-call-widget.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Enable your customers to talk with your support agent on Teams through a call in
1919

2020
## Architecture overview
2121

22-
## Pre-requisites
22+
## Prerequisites
2323
- An Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424
- [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
2525
- An active Communication Services resource and connection string. [Create a Communication Services resource](../quickstarts/create-communication-resource.md).
2626

2727
## Set up an Azure Function to provide access tokens
2828

29-
Follow instructions from our [trusted user access service tutorial](../trusted-service-tutorial) to deploy your Azure Function for access tokens. This service returns an access token which our widget uses to authenticate to Azure Communication Services and start the call to the Teams user we define.
29+
Follow instructions from our [trusted user access service tutorial](../trusted-service-tutorial) to deploy your Azure Function for access tokens. This service returns an access token that our widget uses to authenticate to Azure Communication Services and start the call to the Teams user we define.
3030

3131
## Set up boilerplate vanilla web application
3232

@@ -119,7 +119,7 @@ Follow instructions from our [trusted user access service tutorial](../trusted-s
119119

120120
```
121121

122-
At this point we have set up a static HTML page with a button that opens a call widget when clicked. Next, we add the widget script code. It makes a call to our Azure Function to get the access token and then use it to initialize our call client for Azure Communication Services and start the call to the Teams user we define.
122+
At this point, we have set up a static HTML page with a button that opens a call widget when clicked. Next, we add the widget script code. It makes a call to our Azure Function to get the access token and then use it to initialize our call client for Azure Communication Services and start the call to the Teams user we define.
123123

124124
## Fetch an access token from your Azure Function
125125

@@ -147,9 +147,9 @@ You need to add the URL of your Azure Function. You can find these values in the
147147

148148
```
149149

150-
We provide a test script hosted on GitHub for you to use for testing. For production scenarios, we recommend to host the script on your own CDN. For more information on how to build your own bundle, see [this article](https://azure.github.io/communication-ui-library/?path=/docs/use-composite-in-non-react-environment--page#build-your-own-composite-js-bundle-files).
150+
We provide a test script hosted on GitHub for you to use for testing. For production scenarios, we recommend hosting the script on your own CDN. For more information on how to build your own bundle, see [this article](https://azure.github.io/communication-ui-library/?path=/docs/use-composite-in-non-react-environment--page#build-your-own-composite-js-bundle-files).
151151

152-
2. Add the following code under the button event listener:
152+
1. Add the following code under the button event listener:
153153

154154
``` javascript
155155

0 commit comments

Comments
 (0)