Skip to content

Commit 8dc4cfa

Browse files
authored
Update README.md
1 parent 7a22128 commit 8dc4cfa

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# Multiparty Video Calling Application in JavaScript using EnableX Toolkit for Web
1+
# Multiparty Video Calling Web App in JavaScript using EnableX Toolkit for Web
22

3-
This is a sample multiparty video calling client application written in JavaScript that allows developers to implement video calling capabilities in their websites. The application runs on the web browsers (referred as client end point) and utilizes EnableX Web SDK to conduct an RTC session with its peers through EnableX Video Services.
3+
This is a sample multiparty video calling client application written in JavaScript that allows developers to implement video calling capabilities in their websites. The application runs on the web browsers (referred as client end point) and utilizes EnableX Web SDK to conduct an RTC session with its peers through EnableX Video Services.
44

5-
The client application performs the following tasks to facilitate an RTC session:
6-
7-
* Get token from the application server
8-
* Connect to the room using the token
9-
* Publish audio/video streams in the room
10-
* Subscribe to remote audio/video streams in the room
11-
* Listen to any session related events
5+
The client application performs the following tasks to facilitate an RTC session:
126

7+
Get token from the application server
8+
Connect to the room using the token
9+
Publish audio/video streams in the room
10+
Subscribe to remote audio/video streams in the room
11+
Listen to any session related events
1312
This sample client application also demonstrates the following features:
1413

15-
* Mute/Unmute video
16-
* Mute/Unmute audio
17-
* Disconnect
18-
19-
14+
Mute/Unmute video
15+
Mute/Unmute audio
16+
Disconnect
2017

2118
## 1 Get Started
2219

0 commit comments

Comments
 (0)