How do Zoom Large Meetings differ from regular meetings in the REST API?

Description
I have a Zoom app on the marketplace that subscribes to zoom webhooks for meeting events. Specifically, it listens for meeting.participant_joined and meeting.participant_left events. I want my application to work with all kinds of zoom meetings including Zoom Large meetings. I have tested my application with regular zoom meetings without the Large Meeting add-on.

I have two questions:

  1. Is a Large meeting still a “meeting” as it pertains to the Zoom RESTAPI and will I be able to use the REST API endpoint listed below to update the meeting settings?
  2. Since Large meetings have more participants than regular meetings will I still receive webhook events for meeting participant_joined?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I have an OAuth application.

Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetinglivestreamupdate
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetinglivestreamstatusupdate

1 Like

Hey @recordedspeed,

Yes it is treaded the same with the APIs and the Webhooks.

Yes, you will still receive the Webhooks.

Thanks,
Tommy

2 Likes