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