API updates 10.26.20

Hey Zoom developers, the following items were released on October 26, 2020.

New APIs and Webhooks

  • Added Meeting Recovered and Meeting Permanently Deleted Webhooks

    • meeting.recovered
    • meeting.permanently_deleted
  • Added Live Streaming Started and Live Streaming Stopped Webhooks

    • meeting.live_streaming_started
    • meeting.live_streaming_stopped

Enhancements

  • Added a new field(“encryption_type”) in Meeting APIs.

    • POST /v2/users/{userId}/meetings
    • GET /v2/meetings/{meetingId}
    • PATCH /v2/meetings/{meetingId}
  • Added new fields(“encryption_type”, “end_to_end_encrypted_meetings") in “meeting_security” category in Account Settings, Group Settings, User Settings and Lock Settings APIs.

    • GET /v2/accounts/{accountId}/settings
    • PATCH /v2/accounts/{accountId}/settings
    • GET /v2/accounts/{accountId}/lock_settings
    • PATCH /v2/accounts/{accountId}/lock_settings
    • GET /v2/groups/{groupId}/settings
    • PATCH /v2/groups/{groupId}/settings
    • GET /v2/groups/{groupId}/lock_settings
    • PATCH /v2/groups/{groupId}/lock_settings
    • GET /v2/users/{userId}/settings
    • PATCH /v2/users/{userId}/settings

You can also see the update listed on our Changelog: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.