Logo
Zoom Public API Documentation

Update a livestream

PATCH {{baseUrl}}/meetings/:meetingId/livestream

Update a meeting's livestream information. Zoom allows users to livestream a meeting to a custom platform.

Prerequisites: * Meeting host must have a Pro license.

Scopes: meeting:write:admin,meeting:write

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/meetings/:meetingId/livestream' -H 'Content-Type: application/json' -d '{"page_url":"\u003curi\u003e","stream_key":"\u003cstring\u003e","stream_url":"\u003cstring\u003e","resolution":"\u003cstring\u003e"}'

ENDPOINTS