Package org.openapitools.client.models
Class CallAcceptedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallAcceptedEvent extends VideoEvent implements WSCallEvent
This event is sent when a user accepts a notification to join a call.
-
-
Field Summary
Fields Modifier and Type Field Description private final CallResponsecallprivate final StringcallCidprivate final OffsetDateTimecreatedAtprivate final Stringtypeprivate final UserResponseuser
-
Constructor Summary
Constructors Constructor Description CallAcceptedEvent(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
-
CallAcceptedEvent
CallAcceptedEvent(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()
-
-
-
-