Skip to content

Commit 9c40237

Browse files
Merge pull request #214522 from cn0151/patch-2
Update voice-video-calling-cte-javascript.md
2 parents adaa0b7 + c8bfe3a commit 9c40237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/custom-teams-endpoint/voice-video-calling-cte-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ mkdir calling-quickstart && cd calling-quickstart
2828
### Install the package
2929
Use the `npm install` command to install the Azure Communication Services Calling SDK for JavaScript.
3030
> [!IMPORTANT]
31-
> This quickstart uses the Azure Communication Services Calling SDK version `1.7.0-beta.1`.
31+
> This quickstart uses the Azure Communication Services Calling SDK version `1.8.1-beta.1`.
3232
```console
3333
npm install @azure/communication-common --save
34-
npm install @azure/communication-calling@1.7.0-beta.1 --save
34+
npm install @azure/communication-calling@1.8.1-beta.1 --save
3535
```
3636
### Set up the app framework
3737
This quickstart uses webpack to bundle the application assets. Run the following command to install the `webpack`, `webpack-cli` and `webpack-dev-server` npm packages and list them as development dependencies in your `package.json`:

0 commit comments

Comments
 (0)