Stream.Hls.InProgress
The Stream.Hls.InProgress event is sent when the HLS (HTTP Live Streaming) Stream is started and available at a specifc url
.
{
"conference": {
"confId": "conferenceId_UUID",
"confAlias": "example_conference_alias"
},
"layoutName": "example_layoutName",
"layoutUrl": "example_layoutUrl",
"thirdPartyId": "example_thirdpartyId",
"region": "eu",
"eventType": "Stream.Hls.InProgress",
"url": "url_to_hls_streaming"
}
Updated 25 days ago