Zoom Meeting API - February 25, 2023
Original publication date: March 01, 2023
Added
- New Information Barriers webhook events:
information_barriers.policy_createdinformation_barriers.policy_deletedinformation_barriers.policy_updated
Changed
-
New
download_file_formatsrequest field in the following Chat APIs:GET /v2/chat/users/{userId}/messagesGET /v2/chat/users/{userId}/messages/{messageId}
-
GA meeting invitation through phone (call out) via Zoom room for all accounts in Meeting API:
PATCH /v2/live_meetings/{meetingId}/events
-
New
audio_device_from_rwg,audio_device_to_rwg, video_device_from_rwg,video_device_to_rwg, andas_device_from_rwg, as_device_to_rwgfield in the following Dashboard APIs:GET /v2/metrics/meetings/{meetingId}/participants/qosGET /v2/metrics/meetings/{meetingId}/participants/{participantId}/qosGET /v2/metrics/webinars/{webinarId}/participants/qosGET /v2/metrics/webinars/{webinarId}/participants/{participantId}/qos
-
New
fromandtorequest fields in the following Meeting API:GET /v2/users/{userId}/meetings
-
New sign language interpretation files(file_type=
MP4, recording_type=sign_interpretation, file_extension=MP4) in the following Recording APIs and webhook events:GET /v2/meetings/{meetingId}/recordingsGET /v2/accounts/{accountId}/recordingsGET /v2/users/{userId}/recordingsrecording.completedrecording.deletedrecording.trashedrecording.recovered
-
Support
Team Chatcategory settings in the following Settings APIs and webhook events:GET /v2/accounts/{accountId}/settingsPATCH /v2/accounts/{accountId}/settingsGET /v2/groups/{groupId}/settingsPATCH /v2/groups/{groupId}/settingsaccount.settings_updatedaccount.lock_settings_updatedgroup.settings_updated
-
New
service_effective_date,paid_period_start_daterequest fields in the following Billing APIs:POST /v2/accounts/{accountId}/plansPOST /v2/accounts/{accountId}/plans/addons
-
New
reserve_forfield in the following Workspace webhook event:workspace.reservation_created
Bug Fixes
- Fix the bug that field
id, andparticipant_user_idare returned for guest in the Dashboard and Report APIs. See announcement for details.GET /v2/metrics/meetings/{meetingId}/participantsGET /v2/metrics/meetings/{meetingId}/participants/qosGET /v2/metrics/meetings/{meetingId}/participants/{participantId}/qosGET /v2/metrics/meetings/{meetingId}/participants/sharingGET /v2/metrics/meetings/{meetingId}/participants/qos_summaryGET /v2/metrics/webinars/{webinarId}/participantsGET /v2/metrics/webinars/{webinarId}/participants/qosGET /v2/metrics/webinars/{webinarId}/participants/{participantId}/qosGET /v2/metrics/webinars/{webinarId}/participants/sharingGET /v2/metrics/webinars/{webinarId}/participants/qos_summaryGET /v2/report/meetings/{meetingId}/participantsGET /v2/past_meetings/{meetingId}/participants
- Fix the bug that the Workspace API failed to update the workspace:
PATCH /v2/workspaces/{workspaceId}
- Fix the bug that Error1010 when moving a user to a sub-account in the following Users API:
PUT /v2/accounts/{accountId}/users/{userId}/account
- Fix the bug that API doesn't follow the option: Allow users to assign scheduling privileges to others in the following Users APIs:
GET /v2/users/{userId}/assistantsPOST /v2/users/{userId}/assistantsDELETE /v2/users/{userId}/assistantsDELETE /v2/users/{userId}/assistants/{assistantId}GET /v2/users/{userId}/schedulersDELETE /v2/users/{userId}/schedulersDELETE /v2/users/{userId}/schedulers/{schedulerId}