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 optionalRTCConfiguration
object passed to the RTCPeerConnection constructor.RTCPeerConnection
- Allows overriding the nativeRTCPeerConnection
class.
ConnectOptions and CreateLocalTracksOptions
getUserMedia
- Overrides the nativeMediaDevices.getUserMedia
API.enumerateDevices
- Overrides the nativeMediaDevices.enumerateDevices
API.MediaStream
- Overrides the nativeMediaStream
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)