Stream.Rts.StatusUpdated
The Stream.Rts.StatusUpdated event is sent when the real-time stream is started, stopped, or receives an error.
{
"conference": {
"confId": "conferenceId_UUID",
"confAlias": "example_conference_alias"
},
"thirdPartyId": "example_thirdpartyId",
"region": "eu",
"eventType": "Stream.Rts.StatusUpdated",
"streamName": "example_stream_name",
"subscribeToken": "example_subscribe_token",
"streamAccountID": "example_stream_accountID",
"viewerURL": "https://viewer.millicast.com/?streamID=example_stream_accountID/conferenceId_UUID?token=example_subscribe_token",
"status": "in_progress",
"message": "RTS streaming has been started successfully",
"layoutName": "example_layoutName",
"layoutUrl": "example_layoutURL"
}
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 about 1 month ago