1632688200000
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 Update1628886690843
Video SDK iOS 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 ZoomVideoSDK.h:- (NSString * _Nullable)getSessionID; New interface to retrieve user ID. In ZoomVideoSDKUser.h:- (NSUInteger)getUserID;1626720300000
API Updates - July 19, 2021
by Ashley Kinard
The following changes were released on July 19, 2021: New APIs and events Added the Chat Message Reactions API: PATCH /v2/chat/users/{userId}/messages/{messageId}/emoji_reactions Added the following emergency service location APIs: POST1625765882311
Active Apps Notifier Updates
by Colette Turbeville
The following changes are planned for later this month to all users in web and client version 5.7.3. Relaunch & Improvements When an app used in a meeting or webinar accesses content from that meeting or webinar, the icon(s) will be shown1624392861272
API updates - June 20, 2021
by Yves Grant
The following changes were released on June 20, 2021. New APIs and Webhooks Chat Messages: Get a chat message. GET /v2/chat/users/{userId}/messages/{messageId} Meetings & Webinars: Create meeting’s & webinar’s invite links. POST