Changelog: Video SDK - Web - 2.3.14

Released: 2026-02-10 Updated: 2026-02-09

Visit Changelog

Summary: Fixes errors to improve virtual background CPU optimization, hardware capability detection, video detachment stability, and add proper error handling for audio operations during session transitions.

Fixed

  • Abnormally high CPU usage when using virtual background with WebRTC video in environments without SharedArrayBuffer enabled.
  • The stream.isSupportVirtualBackground() method issue of returning incorrect values on devices that lacked dedicated graphics cards.
  • Potential issues with the stream.detachVideo() method in edge case scenarios.
  • Issue where the stream.startAudio() method did not properly return an OPERATION_CANCELLED error code during session reset events, such as leaving or reconnecting to a session.