Fetch the state of a live stream
GET {{baseUrl}}/live_streams/:id/state
This operation shows the current state of a live stream.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"live_stream":{"ip_address":"0.0.0.0","state":"stopped"}}