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.1632161296108
API rate limit enhancements - September 20, 2021
by Ashley Kinard
We have updated rate limiting for the following Zoom API endpoints on September 20, 2021: Create users API POST /v2/users( action=create) Error Message— “You have exceeded the daily rate limit ($RateLimitValue) of user invite requests1632150000000
Meeting API Updates - September 20, 2021
by Ashley Kinard
The 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 GET1630335600000
API Updates - August 30, 2021
by Ashley Kinard
The 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: Phone1629223200000
API Updates - August 17, 2021
by Ashley Kinard
The 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 Update1628886769284
Video SDK Windows 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 zoom_video_sdk_session_info_interface.h:- virtual const zchar_t* getSessionID() = 0; New interface to retrieve user ID. In1628886532173
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()