github twilio/twilio-video.js 2.30.0

5 days ago

2.30.0 (March 28, 2025)

New Features

WebRTC Overrides (Beta)

The SDK now enables you to override WebRTC APIs with the following options. If your environment supports WebRTC redirection—such as Citrix HDX's WebRTC redirection technologies—your application can leverage this new beta feature to enhance media quality in those environments. For more details, please refer to the JavaScript WebRTC Overrides documentation.

ConnectOptions

  • rtcConfiguration - An optional RTCConfiguration object passed to the RTCPeerConnection constructor.
  • RTCPeerConnection - Allows overriding the native RTCPeerConnection class.

ConnectOptions and CreateLocalTracksOptions

  • getUserMedia - Overrides the native MediaDevices.getUserMedia API.
  • enumerateDevices - Overrides the native MediaDevices.enumerateDevices API.
  • MediaStream - Overrides the native MediaStream class.
  • mapMediaElement - Callback triggered after a media track is attached to an audio or video element.
  • disposeMediaElement - Callback triggered after a media track is detached from an audio or video element.

Bug Fixes

  • Fixed a bug where a Chrome iOS Participant's local audio (Krips Noise Cancellation enabled) did not recover after disconnecting a bluetooth headset. (VIDEO-13010)

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

NewReleases is sending notifications on new releases.