CallTranscriptionStartedEvent constructor
CallTranscriptionStartedEvent({})
Returns a new CallTranscriptionStartedEvent instance.
Implementation
CallTranscriptionStartedEvent({
required this.callCid,
required this.createdAt,
this.type = 'call.transcription_started',
});