Logo
Zoom Public API Documentation

Get session live stream details

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

Use this API to return a session's live stream configuration details, such as the stream's URL, key, and page URL.

Rate Limit Label: Light

Prerequisites: * A Video SDK account

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "stream_url": "https://example.com/livestream", "stream_key": "ABCDEFG12345HIJ6789", "page_url": "https://example.com/livestream/123" }



Curl
curl -X GET 'https://api.zoom.us/v2/videosdk/sessions/:sessionId/livestream' -H 'Accept: application/json'

ENDPOINTS