StreamCallTranscriptionStartedEvent constructor

const StreamCallTranscriptionStartedEvent(
  1. StreamCallCid callCid, {
  2. required DateTime createdAt,
})

Implementation

const StreamCallTranscriptionStartedEvent(
  super.callCid, {
  required this.createdAt,
});