Package org.openapitools.client.models
Class CallUpdatedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallUpdatedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call is updated, clients should use this update the local state of the call. This event also contains the capabilities by role for the call, clients should update the own_capability for the current.
-
-
Constructor Summary
Constructors Constructor Description CallUpdatedEvent(CallResponse call, String callCid, Map<String, List<String>> capabilitiesByRole, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final Map<String, List<String>>getCapabilitiesByRole()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getCallCid
final String getCallCid()
-
getCapabilitiesByRole
final Map<String, List<String>> getCapabilitiesByRole()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-