Published: March 2, 2023
Added
- Support for optimizing screen share for video clips.
- With
optimizedForSharedVideo
option instream.startShareScreen
method,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-change
event, 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
enforceVirtualBackground
option in theclient.init
method to enable the feature; note that this may result in high CPU and memory usage on low-performance devices.
- With
Enhanced
user_identity
support, which is now also returned as aparticipant
attribute.- Timing of the Promise resolve call returned by the
stream.startAudio
method.
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.