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
Copy file name to clipboardExpand all lines: README.md
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff 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
2
2
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.
4
4
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:
12
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
13
12
This sample client application also demonstrates the following features:
0 commit comments