1634604167832
Electron Meeting SDK v5.7.6.1337 (hotfix)
by Yves Grant
Developers! We are happy to announce that our Electron Meeting SDK has been updated to v5.7.6.1337 and is available in the Zoom App Marketplace. This version includes the changes below. Changed & Fixed No changes in the Electron SDK layer,1632958989245
Electron Meeting SDK v5.7.6
by Yves Grant
Here are the release notes for the Electron Meeting SDK v5.7.6. Note Please note that Zoom Apps is not supported. Added Active Apps Notifier(AAN) interfaces in zoom_meeting_aan.js ShowAANPanel HideAANPanel New interface to hide the invite1632688200000
Phone API - September 26, 2021
by Ji Won Lee
September Zoom Phone API and events published.1632330361725
Video SDK Web v1.1.5
by Yves Grant
Fixed 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.51629472473817
Video SDK Web v1.1.4
by Yves Grant
Upgrade 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 Video1628886532173
Video SDK Android v1.1.1
by Yves Grant
Added New interface to retrieve session ID. Please note that only the host can get the session ID. In ZoomVideoSDKSession.java:- String getSessionID() New interface to retrieve user ID. In ZoomVideoSDKUser.java:- String getUserID()1628885091969
Electron Meeting SDK v5.7.1
by Yves Grant
Here are the release notes for the Electron Meeting SDK v5.7.1 Client SDK is now officially ‘Meeting SDK’ To better reflect the functionality of the Client SDK for Android, iOS, macOS, Windows, and Web, we’re changing its name to the1626367803258
Video SDK Web v1.1.3
by Yves Grant
Added 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 to1623887926834
Video SDK Web v1.1.0
by Yves Grant
Major 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