CallHLSBroadcastingFailedEvent
data class CallHLSBroadcastingFailedEvent(@Json(name = "call_cid") val callCid: String, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "type") val type: String = "call.hls_broadcasting_failed") : VideoEvent, WSCallEvent
This event is sent when HLS broadcasting has failed
Parameters
callCid
createdAt
type
The type of event: \"call.hls_broadcasting_failed\" in this case