Logo
Zoom Public API Documentation

Update a live stream

PATCH {{baseUrl}}/webinars/:webinarId/livestream

Update a webinar's live stream information.

Prerequisites:

  • Pro or higher plan with the webinar add-on.

  • Live streaming details must be configured for the webinar.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/webinars/:webinarId/livestream' -H 'Content-Type: application/json' -d '{"page_url":"\u003curi\u003e","stream_key":"\u003cstring\u003e","stream_url":"\u003cstring\u003e","resolution":"\u003cstring\u003e"}'

ENDPOINTS