Zoom users with a Webinar Plan 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.
The webinar ID in "long" format(represented as int64 data type in JSON).
Query 参数
occurrence_id
string
可选
Webinar occurrence id. Support change of agenda, start_time, duration, settings: {host_video, panelist_video, hd_video, watermark, auto_recording}
Body 参数multipart/form-data
object{0}
返回响应
🟢200**HTTP Status Code:** `200`<br>
Webinar subscription plan is missing. Enable webinar for this user once the subscription is added:{userId}.
application/json
Body
object{0}
🟢204**HTTP Status Code:** `204`<br>
Webinar updated.
🔵300**HTTP Status Code:** `300`<br>Invalid webinar Id.<br>
Invalid recurrence settings.
🟠400**HTTP Status Code:** `400`<br>
Bad request<br>
**Error Code:** `1010`<br>
User does not belong to this account:{accountId}.<br>
**Error Code:** `3003`<br>
You are not the meeting host.<br>
🟠404**HTTP Status Code:** `404`<br>
Webinar not found.<br>
**Error Code:** `1001`<br>
User {userId} does not exist or does not belong to this account.<br>
**Error Code:** `3001`<br>
Webinar {webinarId} not found or has expired.<br>