Package org.openapitools.client.models
Class CallDeletedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallDeletedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call is deleted. Clients receiving this event should leave the call screen
-
-
Constructor Summary
Constructors Constructor Description CallDeletedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallDeletedEvent
CallDeletedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-