• Date of Release: December 22, 2020

Table of Contents

New Features

Speaker Device Selection

EnableX introduces Speaker Device Selection API in its Web SDK for supported browsers only. Few existing APIs are modified to support Speaker or Audio-Out Device configuration.

Refer the following sections to know details of new and updated APIs:

Live Media Statistics

EnableX provides live Media Statistical Data to an end-point. Developer may opt to receive statistics as JSON along with an Event or get overlay with Statistical Data on each Video Player. Read more…

In-Session Live Transcoding

To address immediate transcoding requirement for some use cases with two party call where one joins with Audio+Video and other joins with Audio only, EnableX now does live-transcoding of 2 streams to provide single .webm file immediately at end of session. You need to define room with single_file_recording:true. Read more…

Media Zone Selection for a Room

A Session is hosted in any available Media Zone within EnableX Cluster which is decided at run-time while assigning resources for a Session. EnableX now provides control to the Developers to choose a suitable Media Zone for a Session among available list of Zones. Read more…

Server Updates

Custom Network Detection URL

Network Detection URL may now to be configured at System level per Media Zones. This helps for EnableX On-Premise Deployment.

Low Bandwidth Signaling

EnableX has improved significantly to handle Low Bandwidth Signaling and Connection.

Web SDK

  • Select Speaker: To get a list of all available Speaker Devices and get their Device IDs to use. Read more…
  • Use Speaker: The Speaker ID may be used while initiating a room or joining a room.
  • Switch Speaker: To switch to another Speaker Device while being on session. Read more...
  • Get Live Media Stats: To get live media statistical data, either as a raw JSON or player overlay. Read more…

Android SDK

  • Get Live Media Stats: To get live media statistical data, either as a raw JSON or player overlay. Read more…

iOS SDK

  • Get Live Media Stats: To get live media statistical data, either as a raw JSON or player overlay. Read more…