Package org.openapitools.client.models
Class CallSessionEndedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallSessionEndedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call session ends
-
-
Constructor Summary
Constructors Constructor Description CallSessionEndedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String sessionId, String type)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetSessionId()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallSessionEndedEvent
CallSessionEndedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String sessionId, String type)
- Parameters:
sessionId- Call session IDtype- The type of event: \"call.
-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getSessionId
final String getSessionId()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-