StreamCallTranscriptionStartedEvent constructor
const
StreamCallTranscriptionStartedEvent(
- StreamCallCid callCid, {
- required DateTime createdAt,
Implementation
const StreamCallTranscriptionStartedEvent(
super.callCid, {
required this.createdAt,
});