CallRecordingStoppedEvent constructor
CallRecordingStoppedEvent({})
Returns a new CallRecordingStoppedEvent instance.
Implementation
CallRecordingStoppedEvent({
required this.callCid,
required this.createdAt,
this.type = 'call.recording_stopped',
});