Skip to content

Commit df3bce3

Browse files
acrolynx
1 parent d974604 commit df3bce3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Following this tutorial will:
3131
![Home page of Calling Widget sample app](../media/calling-widget/sample-app-splash-widget-open.png)
3232

3333
## Prerequisites
34-
These are **needed** in order to follow this tutorial. Please contact your Teams admin for the last two items to make sure you are set up appropriately.
34+
These steps are **needed** in order to follow this tutorial. Contact your Teams admin for the last two items to make sure you are set up appropriately.
3535

3636
- [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
37-
- [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions [Node 18 LTS](https://nodejs.org/en) is recommended. Use the `node --version` command to check your version.
37+
- [Node.js](https://nodejs.org/), Active LTS (Long Term Support) and versions [Node 18](https://nodejs.org/en) is recommended. Use the `node --version` command to check your version.
3838
- An Azure Communication Services resource. [Create a Communications Resource](../../quickstarts/create-communication-resource.md)
3939
- Complete the Teams tenant setup in [Teams Call Queues](../../quickstarts/voice-video-calling/get-started-teams-call-queue.md)
4040
- Working with [Teams Call Queues](../../quickstarts/voice-video-calling/get-started-teams-call-queue.md) and Azure Communication Services.
@@ -637,7 +637,7 @@ export const callingWidgetInCallContainerStyles = (
637637

638638
### Swap placeholders for identifiers
639639

640-
Before we run the app go to `App.tsx` and replace the placeholder values there with your Azure Communication Services Identities and the identifier for your Teams Voice application. Here are input values for the `token`, `userId` and `teamsAppIdentifier`.
640+
Before we run the app, go to `App.tsx` and replace the placeholder values there with your Azure Communication Services Identities and the identifier for your Teams Voice application. Here are input values for the `token`, `userId` and `teamsAppIdentifier`.
641641

642642
`./src/App.tsx`
643643
```typescript
@@ -682,7 +682,7 @@ Then when you action the widget button, you should see a little menu:
682682

683683
![Screenshot of calling widget sample app home page widget open.](../media/calling-widget/sample-app-splash-widget-open.png)
684684

685-
After you fill out your name click start call and the call should begin. The widget should look like so after starting a call:
685+
After you fill out your name, click start call and the call should begin. The widget should look like so after starting a call:
686686

687687
![Screenshot of click to call sample app home page with calling experience embedded in widget.](../media/calling-widget/calling-widget-embedded-start.png)
688688

0 commit comments

Comments
 (0)