Logo
Zoom Public API Documentation

Update livestream status

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

Zoom allows users to livestream a meeting to a custom platform. Update the status of a meeting's livestream.

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/status' -H 'Content-Type: application/json' -d '{"action":"start","settings":{"active_speaker_name":"\u003cboolean\u003e","display_name":"\u003cstring\u003e","layout":"follow_host","close_caption":"burnt-in"}}'

ENDPOINTS