CallClosedCaption constructor
CallClosedCaption({})
Returns a new CallClosedCaption instance.
Implementation
CallClosedCaption({
required this.endTime,
required this.speakerId,
required this.startTime,
required this.text,
});