Skip to content

Commit cd40699

Browse files
authored
Update README.md
1 parent 1302e1c commit cd40699

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# Project Name
1+
# ACS Calling Tutorial
22

3-
ACS Calling Tutorial
4-
5-
## Getting Started
6-
7-
### Prerequisites
3+
## Prerequisites
84

95
1. [npm](https://www.npmjs.com/get-npm)
106
2. [Node.js](https://nodejs.org/en/download/)
117

12-
### Quickstart
8+
## Code structure
9+
10+
* ./src: client side source code
11+
* ./webpack.config.js: Project bundler. Has a simple local server for user token provisioning.
12+
* ./config.json: configuration file for specifying the connectiong string.
1313

14+
## Before running the sample for the first time
1415
1. git clone https://github.com/Azure-Samples/communication-services-web-calling-tutorial
1516
2. cd communication-services-web-calling-tutorial/Project
1617
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
1920
6. npm run start
2021
7. Open localhost:5000 in a browser. (Supported browsers are Chrome, Edge Chromium, and Safari)
2122

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-
2923
## Resources
3024

3125
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

Comments
 (0)