Package org.openapitools.client.models
Class CustomVideoEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CustomVideoEvent extends VideoEvent implements WSCallEvent
A custom event, this event is used to send custom events to other participants in the call.
-
-
Constructor Summary
Constructors Constructor Description CustomVideoEvent(String callCid, OffsetDateTime createdAt, Map<String, Object> custom, String type, UserResponse user)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final Map<String, Object>getCustom()final StringgetType()final UserResponsegetUser()StringgetCallCID()StringgetEventType()-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUser
final UserResponse getUser()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-