ParticipantPermission enum
Attendee permissions.
Use EnumByBinary.byBinary to convert the binary representation into multiple ParticipantPermissions. Use EnumBinary.binary to get the binary representation that is used in the API. Use EnumCollectionBinary.binary to convert multiple ParticipantPermissions into the binary representation.
See https://github.com/nextcloud/spreed/blob/main/lib/Model/Attendee.php.
- Inheritance
- Available extensions
Values
- $default → const ParticipantPermission
-
Default permissions.
- custom → const ParticipantPermission
-
Custom permissions.
- startCall → const ParticipantPermission
-
Start call.
- joinCall → const ParticipantPermission
-
Join call.
- canIgnoreLobby → const ParticipantPermission
-
Can ignore lobby.
- canPublishAudio → const ParticipantPermission
-
Can publish audio stream.
- canPublishVideo → const ParticipantPermission
-
Can publish video stream.
-
Can publish screen sharing stream.
-
Can post chat message, share items and do reactions.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ParticipantPermission> - A constant List of the values in this enum, in order of their declaration.