live_streams
Fetch the state of a live stream
This operation shows the current state of a live stream.
get/live_streams/{id}/state
Path parameters
idstring required
The unique alphanumeric string that identifies the live stream.
Response
Success
Example response
{
"live_stream": {
"ip_address": "0.0.0.0",
"state": "stopped"
}
}