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