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
1628887208689Video SDK Electron v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In zoom_video_sdk_session_info.js: getSessionID New interface to retrieve user ID. In zoom_video_sdk_user_util.js: userID
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 &
1628886690843Video SDK iOS v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In ZoomVideoSDK.h:- (NSString * _Nullable)getSessionID; New interface to retrieve user ID. In ZoomVideoSDKUser.h:- (NSUInteger)getUserID;
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()
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
1623709257620Video SDK iOS v1.1.0by Yves GrantAdded Virtual audio mic to allow sending raw audio into a session. The interfaces for this are located in ZoomVideoSDK.h, ZoomVideoSDKDelegate.h and ZoomVideoSDKAudioSender.h:@property (nonatomic, assign) id<ZoomVideoSDKVirtualAudioMic>
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