Stream.Lls.StatusUpdated
The Stream.Lls.StatusUpdated event is sent when the low latency stream is started, stopped, or receives an error.
{
"conference": {
"confId": "conferenceId_UUID",
"confAlias": "example_conference_alias"
},
"thirdPartyId": "example_thirdpartyId",
"region": "eu",
"eventType": "Stream.Lls.StatusUpdated",
"streamName": "example_stream_name",
"status": "error",
"message":
}
Where:
region
is the conference region, the possible values are:- ca: Canada
- us: United States
- eu: Europe
- in: India
- au: Australia
status
indicates the current stream status, either in_progress, stopped, or error.
Updated 28 days ago
Did this page help you?