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
1628886909658Video SDK macOS v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In ZMVideoSDKSession.h:- (NSString*) getSessionID New interface to retrieve user ID. In ZMVideoSDKUser.h:- (NSString*) getUserID Changed &
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
1623714899847Video SDK macOS v1.1.0by Yves GrantAdded SDK sample app. Apple M1 support. Ability to send raw audio data and the support for virtual microphone and virtual speaker. Added NZoomVideoSDKAudioSendRawdata.h Note: When using the virtual speaker, the audio share will be disabled
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
1619625953526Electron SDK Updates - 04/27/21by Yves GrantDevelopers! We are happy to announce that our Electron SDK has been updated to v5.5.12511.0422 and is available in the Zoom App Marketplace. In this version, we included the following changes: Changed & Fixed Upgraded OpenSSL to 1.1.1k.
1618880442421Video SDK Mac updates - 04/19/21 by Colette Turbevillev1.0.2 Changed & Fixed: Enhanced encryption support. Fixed an issue that invoking the password callback will cause a crash. v1.0.1 Added Added interfaces to allow the user to retrieve video QoS statistics. The interface in