CallFrameRecordingStartedEvent constructor
CallFrameRecordingStartedEvent({
- required CallResponse call,
- required String callCid,
- required DateTime createdAt,
- required String egressId,
- String type = 'call.frame_recording_started',
Returns a new CallFrameRecordingStartedEvent instance.
Implementation
CallFrameRecordingStartedEvent({
required this.call,
required this.callCid,
required this.createdAt,
required this.egressId,
this.type = 'call.frame_recording_started',
});