Logo
Zoom Public API Documentation

Update live stream status

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

Let users live stream a webinar to a custom platform. Update the status of a webinar's live stream.

Prerequisites:

  • Pro or higher plan with a 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/status' -H 'Content-Type: application/json' -d '{"action":"stop","settings":{"active_speaker_name":"\u003cboolean\u003e","display_name":"\u003cstring\u003e"}}'

ENDPOINTS