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