Logo
Zoom Public API Documentation

Update a session live stream

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

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

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' -H 'Content-Type: application/json' -d '{"stream_url":"https://example.com/livestream","stream_key":"ABCDEFG12345HIJ6789","page_url":"https://example.com/livestream/123"}'

ENDPOINTS