Create a live stream playback ID
POST {{baseUrl}}/video/v1/live-streams/:LIVE_STREAM_ID/playback-ids
Create a new playback ID for this live stream, through which a viewer can watch the streamed content of the live stream.
Request Body
{"policy"=>"signed"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"policy":"public","id":"4O902oOPU100s7XIQgOeY01U7dHzYlBe26zi3Sq01EJqnxw"}}