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
2. cd communication-services-web-calling-tutorial/Project
16
17
3. Get a connection string by provisioning an Azure Communication Services resource from the Azure portal. Use the connection string as value for key `connectionString` in config.json file.
@@ -19,13 +20,6 @@ ACS Calling Tutorial
19
20
6. npm run start
20
21
7. Open localhost:5000 in a browser. (Supported browsers are Chrome, Edge Chromium, and Safari)
21
22
22
-
23
-
## Code structure
24
-
25
-
* ./src: client side source code
26
-
* ./webpack.config.js: Project bundler. Has a simple local server for user token provisioning.
27
-
* ./config.json: configuration file for specifying the connectiong string.
28
-
29
23
## Resources
30
24
31
25
1. Documentation on how to use the ACS Calling SDK for Javascript can be found on https://docs.microsoft.com/en-gb/azure/communication-services/quickstarts/voice-video-calling/calling-client-samples?pivots=platform-web
0 commit comments