Package org.openapitools.client.models
Class PermissionRequestEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class PermissionRequestEvent extends VideoEvent implements WSCallEvent
This event is sent when a user requests access to a feature on a call, clients receiving this event should display a permission request to the user
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final OffsetDateTimecreatedAtprivate final List<String>permissionsprivate final Stringtypeprivate final UserResponseuser
-
Constructor Summary
Constructors Constructor Description PermissionRequestEvent(String callCid, OffsetDateTime createdAt, List<String> permissions, String type, UserResponse user)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final List<String>getPermissions()final StringgetType()final UserResponsegetUser()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
PermissionRequestEvent
PermissionRequestEvent(String callCid, OffsetDateTime createdAt, List<String> permissions, String type, UserResponse user)
- Parameters:
permissions- The list of permissions requested by the usertype- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getPermissions
final List<String> getPermissions()
-
getUser
final UserResponse getUser()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-