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