Package org.openapitools.client.models
Class CallEndedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallEndedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call is mark as ended for all its participants. Clients receiving this event should leave the call screen
-
-
Field Summary
Fields Modifier and Type Field Description private final CallResponsecallprivate final StringcallCidprivate final OffsetDateTimecreatedAtprivate final Stringtypeprivate final UserResponseuser
-
Constructor Summary
Constructors Constructor Description CallEndedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type, UserResponse user)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()final UserResponsegetUser()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallEndedEvent
CallEndedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type, UserResponse user)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUser
final UserResponse getUser()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-