Skip to content

Commit c704d24

Browse files
authored
Merge pull request #206712 from xixian73/patch-2
Update sample url and sdk version
2 parents fbeeb7c + 4b9482d commit c704d24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: xixian73
33
ms.service: azure-communication-services
44
ms.topic: include
5-
ms.date: 07/26/2021
5+
ms.date: 08/02/2022
66
ms.author: xixian
77
---
88

99
Get started with Azure Communication Services by using the Communication Services calling SDK to add 1:1 voice & video calling to your app. You'll learn how to start and answer a call using the Azure Communication Services Calling SDK for JavaScript.
1010

1111
## Sample Code
1212

13-
If you'd like to skip ahead to the end, you can download this quickstart as a sample on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-video-calling).
13+
If you'd like to skip ahead to the end, you can download this quickstart as a sample on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-cte-video-calling).
1414

1515
## Prerequisites
1616
- Obtain an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -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.5.4-beta.1`.
31+
> This quickstart uses the Azure Communication Services Calling SDK version `1.7.0-beta.1`.
3232
```console
3333
npm install @azure/communication-common --save
34-
npm install @azure/communication-calling@1.5.4-beta.1 --save
34+
npm install @azure/communication-calling@1.7.0-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)