1632330361725Video SDK Web v1.1.5by Yves GrantFixed Issue in Chrome 93 & 94 where macOS devices could not send video because of a WebCodecs breaking change. Known issue The SDK points to version 1.1.4 dependencies. We will fix this issue in version 1.1.6. See Web Video SDK 1.1.5
1632150000000Meeting API Updates - September 20, 2021by Ashley KinardThe following changes were released on September 20, 2021: New APIs We’ve added the following new APIs: Groups GET /v2/groups/{groupId}/admins POST /v2/groups/{groupId}/admins DELETE /v2/groups/{groupId}/admins/{adminId} Reports GET
1629472473817Video SDK Web v1.1.4by Yves GrantUpgrade to fix breaking changes The release of Chrome 93 on August 31st will result in breaking changes to WebCodecs due to API updates, which breaks the Web Video SDK ability to send video. To use Chrome 93+, you must upgrade to Web Video
1626367803258Video SDK Web v1.1.3by Yves GrantAdded Added session_key and user_identity fields to the Video SDK signature. You can use these fields to assign unique session and user IDs to video SDK sessions. Such as from a separate, external systems. Access to Zoom Global library to
1623887926834Video SDK Web v1.1.0by Yves GrantMajor change Updated "Instant" namespace to "Video". When you upgrade to 1.1.0 make sure to update Instant to Video. For example change import ZoomInstant from `@zoomus/videosdk'; to import ZoomVideo from '@zoom/videosdk'; Added Local audio
1619629237439Video SDK Web version 1.0.3by Yves GrantAdded 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
1618899518119Video SDK Web updates - 04/19/21 by Colette Turbevillev1.0.2 Added: Gallery view support (and sample code in the demo app) Audio GCM encryption Audio support for Chrome on Android OS Error codes for join session success/fail.