Package org.openapitools.client.models
Class CallCreatedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallCreatedEvent extends VideoEvent implements WSCallEvent
This event is sent when a call is created. Clients receiving this event should check if the ringing field is set to true and if so, show the call screen
-
-
Field Summary
Fields Modifier and Type Field Description private final CallResponsecallprivate final StringcallCidprivate final OffsetDateTimecreatedAtprivate final List<MemberResponse>membersprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description CallCreatedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, List<MemberResponse> members, String type)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetCallCid()final OffsetDateTimegetCreatedAt()final List<MemberResponse>getMembers()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallCreatedEvent
CallCreatedEvent(CallResponse call, String callCid, OffsetDateTime createdAt, List<MemberResponse> members, String type)
- Parameters:
members- the members added to this calltype- The type of event: \"call.
-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getMembers
final List<MemberResponse> getMembers()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-