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/custom-teams-endpoint/voice-video-calling-cte-javascript.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
author: xixian73
3
3
ms.service: azure-communication-services
4
4
ms.topic: include
5
-
ms.date: 07/26/2021
5
+
ms.date: 08/02/2022
6
6
ms.author: xixian
7
7
---
8
8
9
9
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.
10
10
11
11
## Sample Code
12
12
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).
14
14
15
15
## Prerequisites
16
16
- 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
28
28
### Install the package
29
29
Use the `npm install` command to install the Azure Communication Services Calling SDK for JavaScript.
30
30
> [!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`.
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