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