Hello Zoom Developers, here are the updates for the Video SDK Web 1.6.2 release ![]()
Added
- Support for optimizing screen share for video clips
- With
optimizedForSharedVideooption instream.startShareScreenmethod,stream.enableOptimizeForSharedVideo(true), andstream.updateSharedVideoQuality(quality)methods to optimize the experience of sharing video clips
- With
- âSharingâ statistic data
- With
stream.subscribeShareStatisticData()and theshare-statistic-data-changeevent, you can get the statistic metrics of sharing, such as âlatencyâ, âresolutionâ, âfpsâ, etc.
- With
- Virtual background support for Chromium-like browsers without SharedArrayBuffer
- With
enforceVirtualBackgroundoption in theclient.initmethod to enable the feature; note that this may result in high CPU and memory usage on low-performance devices.
- With
Enhanced
user_identitysupport, which is now also returned as aparticipantattribute- Timing of the Promise resolve call returned by the
stream.startAudiomethod
Fixed
- An issue where command channel messages could not be properly decrypted between main session and subsessions
- An edge case that could sometimes cause othersâ videos to not show properly
You can also see the update listed on our Changelog: Support
Thanks,
Tommy