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