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"
} |
ENDPOINTS