Original publication date: November 16, 2022
Added
-
Support for multi-sharing at the same time. Enable with
stream.setSharePrivilege(SharePrivilege.MultipleShare)
. Usestream.switchShareView
to switch the share view. -
Ability to adjust individual user's audio volume locally using
stream.adjustUserAudioVolumeLocally
. -
Support for Firefox gallery view when
SharedArrayBuffer
is enabled. -
Support for live transcription and translation (if enabled for the Account).
Enhanced
-
stream.startShareScreen
API withrequestReadReceipt
option. When enabled, there will be ashare-can-see-screen
event when other users receive the shared content. -
Speed when joining a session.
-
Number of 720p videos that can be subscribed to up to 4 on Chrome and Chromium-like browsers. Note that this is CPU- and network-intensive.
-
startCaptureVideo
API withoriginalRatio
option as an alternative to the new default behavior of cropping captured video to 16:9 ratio.
Fixed
-
Issue sending a command channel message right after a
user-added
event. -
Audio issue on desktop Safari with
SharedArrayBuffer
enabled. -
Audio distortion issues on iOS and iPadOS.
-
Certain monitor logs being unintentionally missing.
-
Host privileges being rescinded when entering subsessions in certain edge cases.
-
Video unintentionally playing back with controls when opened in an iOS webview in certain cases.