ClosedCaptionEvent constructor
ClosedCaptionEvent({
- required String callCid,
- required CallClosedCaption closedCaption,
- required DateTime createdAt,
- String type = 'call.closed_caption',
Returns a new ClosedCaptionEvent instance.
Implementation
ClosedCaptionEvent({
required this.callCid,
required this.closedCaption,
required this.createdAt,
this.type = 'call.closed_caption',
});