github twilio/twilio-video.js 1.14.0

latest releases: 2.8.2-rc1, 2.28.2-rc1, 2.28.1...
5 years ago

1.14.0 (August 28, 2018)

New Features

  • Added a new property to ConnectOptions, dominantSpeaker, for enabling the
    Dominant Speaker API. Once the Dominant Speaker API is generally available,
    you will need to set the dominantSpeaker property to true. This will only
    take effect in Group Rooms.
  • Added a new property to ConnectOptions, networkQuality, for enabling the
    Network Quality API. Once the Network Quality API is generally available,
    you will need to set the networkQuality property to true. This will only
    take effect in Group Rooms.

For example, here is how you can enable both APIs:

connect(token, {
  dominantSpeaker: true,
  networkQuality: true
});

Please note that these features are still in beta and not generally available.

Bug Fixes

  • Fixed a bug where we erroneously raised deprecation warnings for "trackAdded"
    and "trackRemoved" events. (JSDK-2131)
  • Reduced our usage of MediaStreams in Firefox. This should improve performance.
    (JSDK-2118)
  • Worked around Firefox Bug 1481335.
  • Fixed a bug in our workaround for WebRTC
    Issue 8329.

Don't miss a new twilio-video.js release

NewReleases is sending notifications on new releases.