Video SDK Web version 1.0.3
1619629237439
Video SDK - Web
Added
Single View, a solution to present videos on browsers that are not capable of rendering multiple videos. For example, Firefox and Safari.
The
stream.isSupportMultipleVideos
method. This method returns “yes” if the browser is capable of rendering multiple videos.Support share screen on Safari v13.0 and higher.
The
webEndpoint
argument toinit
. Use if you want to use vanity URLs or on-premise data centers. For example, this uses the “zoom.us” URL:zmClient.init("en-US",`{window.location.origin}/lib`, 'zoom.us')
Fixed
Issue leaving and rejoining a session.
Did you like this update?