EnableX Web SDK is for developing web browser based RTC Applications. The SDK has all the methods interfacing EnableX Signaling Server and Media Servers to communicate and listen to event based notifications during a session. It has a JavaScript Library to be added in the HTML page.
Released: February 4, 2021
Table of Contents
- How to use Web SDK?
- Classes – Attributes, Methods & Notifications
- Basic Functions
- Advance Features
- Switch Source Media Devices of Published Stream
- Configure & Update Stream Attributes
- Make Image Snapshot from Video Stream
- Mute / Unmute Audio in a Stream
- Mute / Unmute Video in a Stream
- Moderator Controls
- Record a Session
- Hard Mute / Unmute Room
- Hard Mute / Unmute Participants
- Lock / Unlock Room
- Disconnect User
- Destroy Session
How to use Web SDK?
- Download the SDK and extra the archive. You will get the following file in it, viz
EnxRtc.js
– The standard library to communication with EnableX Signalling & Media Servers.
- Now, you may use the EnxRtc.js file in your HTML file to make use of the SDK to build EnableX powered Client End Point Application. Refer the following Code snippet:
<html> <head> <script language="javascript" src="path/EnxRtc.js"></script> </head> <body></body> </html>
Explore Web SDK