Skip to content

Commit 3e711d9

Browse files
Merge pull request #251380 from sloanster/patch-31
Update video-calling-javascript.md
2 parents a880913 + 5df7a94 commit 3e711d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-javascript.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: probableprime
33
ms.service: azure-communication-services
44
ms.topic: include
5-
ms.date: 03/10/2021
5+
ms.date: 09/13/2023
66
ms.author: rifox
77
---
88

@@ -39,12 +39,11 @@ mkdir calling-quickstart && cd calling-quickstart
3939
### Install the package
4040

4141
Use the `npm install` command to install the Azure Communication Services Calling SDK for JavaScript.
42-
> [!IMPORTANT]
43-
> This quickstart uses the Azure Communication Services Calling SDK version `1.4.4`.
42+
4443

4544
```console
4645
npm install @azure/communication-common --save
47-
npm install @azure/communication-calling@1.4.4 --save
46+
npm install @azure/communication-calling --save
4847
```
4948

5049
### Set up the app framework

0 commit comments

Comments
 (0)