Package org.openapitools.client.models
Class BlockedUserEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class BlockedUserEvent extends VideoEvent implements WSCallEvent
This event is sent to call participants to notify when a user is blocked on a call, clients can use this event to show a notification. If the user is the current user, the client should leave the call screen as well
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final OffsetDateTimecreatedAtprivate final Stringtypeprivate final UserResponseuserprivate final UserResponseblockedByUser
-
Constructor Summary
Constructors Constructor Description BlockedUserEvent(String callCid, OffsetDateTime createdAt, String type, UserResponse user, UserResponse blockedByUser)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()final UserResponsegetUser()final UserResponsegetBlockedByUser()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
BlockedUserEvent
BlockedUserEvent(String callCid, OffsetDateTime createdAt, String type, UserResponse user, UserResponse blockedByUser)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUser
final UserResponse getUser()
-
getBlockedByUser
final UserResponse getBlockedByUser()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-