Package org.openapitools.client.models
Class CallSessionParticipantJoinedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallSessionParticipantJoinedEvent extends VideoEvent implements WSCallEvent
This event is sent when a participant joins a call session
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final OffsetDateTimecreatedAtprivate final CallParticipantResponseparticipantprivate final StringsessionIdprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description CallSessionParticipantJoinedEvent(String callCid, OffsetDateTime createdAt, CallParticipantResponse participant, String sessionId, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final CallParticipantResponsegetParticipant()final StringgetSessionId()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallSessionParticipantJoinedEvent
CallSessionParticipantJoinedEvent(String callCid, OffsetDateTime createdAt, CallParticipantResponse participant, String sessionId, String type)
- Parameters:
sessionId- Call session IDtype- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getParticipant
final CallParticipantResponse getParticipant()
-
getSessionId
final String getSessionId()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-