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