Retrieve live stream
GET {{baseUrl}}/live-streams/:liveStreamId
Get a livestream by id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"liveStreamId":"\u003cstring\u003e","restreams":[{"name":"\u003cstring\u003e","serverUrl":"\u003cstring\u003e","streamKey":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","serverUrl":"\u003cstring\u003e","streamKey":"\u003cstring\u003e"}],"name":"\u003cstring\u003e","streamKey":"\u003cstring\u003e","public":"\u003cboolean\u003e","assets":{"hls":"\u003curi\u003e","iframe":"\u003cstring\u003e","player":"\u003curi\u003e","thumbnail":"\u003curi\u003e"},"playerId":"\u003cstring\u003e","broadcasting":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"}