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