API Updates 7.19.2020
1595436240001
API
Marketplace
Added
- API supports app-based Requester BlackList.
- Add new zoom room webhook events.
- zoomroom.checked_in
- zoomroom.checked_out
- Add new API to support Zoom Rooms check in and check out.
- PATCH /v2/rooms/{id}/events
- Add new API to support start/stop recordings when in meetings.
- PATCH /v2/live_meetings/{meetingId}/events
- Added new Phone Webhook Events
- phone.caller_ringing
- phone.caller_connected
- phone.callee_ringing
- phone.callee_answered
- phone.caller_call_log_completed
- phone.callee_call_log_completed
- phone.recording_completed
- phone.emergency_alert
Enhancements
- Add new request field (“account_name”) in create sub account API.
- POST /v2/accounts
Bug Fixes
- Fix the bug that Zoom Room schedule meeting API can’t work with special characters password.
- POST /v2/rooms/{roomId}/meetings
- Fix the bug that improve webinar error messages.
- GET /v2/webinars/{webinarId}
- Fix the bug that duplicate registration email confirmation was sent when approved registrants through API.
- PUT /v2/webinars/{webinarId}/registrants/status
- Fix the bug that other types of meetings were updated to “recurrence meeting with a fix time” without checking the “recurrence” property.
- PATCH /v2/meetings/{meetingId}
- Fix the bug that no email notification was sent when the meeting was deleted through API.
- DELETE /v2/meetings/{meetingId}
- Fix the bug that Pro/Enterprise accounts can’t subscribe “Additional Audio Conferencing Pay As You Go Plan” add-on plan.
- POST /v2/accounts/{accountId}/plans
- POST /v2/accounts/{accountId}/plans/addons
- PUT /v2/accounts/{accountId}/plans/addons
- Fix the bug that don’t remove the concurrent meeting feature when deactivate users or change user type to free.
- DELETE /v2/users/{userId}
- PATCH /v2/users/{userId}