1630335600000API Updates - August 30, 2021by Ashley KinardThe following changes were released on August 30, 2021: New APIs We’ve added the following new APIs: Reports GET /v2/report/chat/sessions/ GET /v2/report/chat/sessions/{sessionId} New Events We’ve added the following new events: Phone
1629910326167Web Meeting SDK v1.9.8by 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 Meeting SDK ability to send video. To use Chrome 93+, you must upgrade to Web
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
1629223200000API Updates - August 17, 2021by Ashley KinardThe following changes were released on August 17, 2021: New APIs Meetings Get a meeting registrant GET /v2/meetings/{meetingId}/registrants/{registrantId} Phone Get an account’s call recording GET /v2/phone/call_logs/{id}/recordings Update
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 &
1628886769284Video SDK Windows 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_interface.h:- virtual const zchar_t* getSessionID() = 0; New interface to retrieve user ID. In
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()