1634604167832Electron Meeting SDK v5.7.6.1337 (hotfix)by Yves GrantDevelopers! 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,
1632958989245Electron Meeting SDK v5.7.6by Yves GrantHere 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 invite
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
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
1628886532173Video SDK Android v1.1.1by Yves GrantAdded 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()
1628885091969Electron Meeting SDK v5.7.1by Yves GrantHere 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 the
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
1623712822457Video SDK Android v1.1.0by Yves GrantAdded Support for virtual microphone. Interfaces in ZoomVideoSDKVirtualAudioMic.java:- void onMicInitialize(ZoomVideoSDKAudioSender sender); - void onMicStartSend - void onMicStopSend - void onMicUninitialized The ability to send raw audio