Released: 2026-01-15 Updated: 2026-01-20T18:12:02
Summary: Improved SDK to share QoS with adaptive frame-rate. Fixed three video-related issues: stream.startVideo() resolution failure when called immediately after localVideoTrack.start(), incorrect video rendering after multiple client.init calls without page refresh, and video flickering in legacy Safari browsers.
Changed
- Improvement to share QoS with adaptive frame-rate.
Fixed
- Issue with
stream.startVideo()method could not resolve whenlocalVideoTrack.start()method was called immediately after joining the session. - Issue where video could not be rendered correctly using the
stream.attachVideomethod after callingclient.initmultiple times without refreshing page. - Issue with video flickering in legacy Safari browser.