Package org.openapitools.client.models
Class ClosedCaptionEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class ClosedCaptionEvent extends VideoEvent implements WSCallEvent
This event is sent when closed captions are being sent in a call, clients should use this to show the closed captions in the call screen
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final CallClosedCaptionclosedCaptionprivate final OffsetDateTimecreatedAtprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description ClosedCaptionEvent(String callCid, CallClosedCaption closedCaption, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final CallClosedCaptiongetClosedCaption()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
ClosedCaptionEvent
ClosedCaptionEvent(String callCid, CallClosedCaption closedCaption, OffsetDateTime createdAt, String type)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getClosedCaption
final CallClosedCaption getClosedCaption()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-