CallRecordingReadyEvent constructor
CallRecordingReadyEvent({
- required String callCid,
- required CallRecording callRecording,
- required DateTime createdAt,
- String type = 'call.recording_ready',
Returns a new CallRecordingReadyEvent instance.
Implementation
CallRecordingReadyEvent({
required this.callCid,
required this.callRecording,
required this.createdAt,
this.type = 'call.recording_ready',
});