updateWebinar.Rd
Zoom users with a Webinar Plan https://zoom.us/webinar have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.Use this API to make updates to a scheduled Webinar.**Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisites:*** Pro or higher plan with a Webinar Addon.
updateWebinar(webinarId, occurrence_id = NULL, return_response = F)
webinarId | The webinar ID in "**long**" format represented as int64 data type in JSON . |
---|---|
occurrence_id | Webinar occurrence id. Support change of agenda, start_time, duration, settings: host_video, panelist_video, hd_video, watermark, auto_recording |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |