Released: 2026-02-10 Updated: 2026-02-09
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
SharedArrayBufferenabled. - 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 anOPERATION_CANCELLEDerror code during session reset events, such as leaving or reconnecting to a session.