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