live_streams
Start a live stream
This operation starts a live stream.
put/live_streams/{id}/start
Path parameters
idstring required
The unique alphanumeric string that identifies the live stream.
Response
Success
Example response
{
"live_stream": {
"state": "starting"
}
}