Skip to content

Commit 7ae1bbf

Browse files
authored
Update video-calling-javascript.md
1 parent bdb7847 commit 7ae1bbf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ The following classes and interfaces handle some of the major features of the Az
9797

9898
Create a file in the root directory of your project called `client.js` to contain the application logic for this quickstart. Add the following code to client.js:
9999
```JavaScript
100-
/*************************************
101-
* Example code - client.js *
102-
* Convert this script into a *
103-
* bundle.js that your html index *
104-
* page can use. *
105-
*************************************/
106-
107100
// Make sure to install the necessary dependencies
108101
const { CallClient, VideoStreamRenderer, LocalVideoStream } = require('@azure/communication-calling');
109102
const { AzureCommunicationTokenCredential } = require('@azure/communication-common');

0 commit comments

Comments
 (0)