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