Logo
Zoom Public API Documentation

Update session live stream status

PATCH {{baseUrl}}/videosdk/sessions/:sessionId/livestream/status

Use this API to update a session's live stream status.

Rate Limit Label: Light

Prerequisites: * A Video SDK account

 

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/videosdk/sessions/:sessionId/livestream/status' -H 'Content-Type: application/json' -d '{"action":"start","settings":{"active_speaker_name":true,"display_name":"example"}}'

ENDPOINTS