Package org.openapitools.client.models
Class CallRejectedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallRejectedEvent extends VideoEvent implements WSCallEvent
This event is sent when a user rejects a notification to join a call.
-
-
Constructor Summary
Constructors Constructor Description CallRejectedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type, UserResponse user, String reason)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()final UserResponsegetUser()final StringgetReason()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallRejectedEvent
CallRejectedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, String type, UserResponse user, String reason)
- 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()
-
-
-
-