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

Constructors

ParticipantPermission()
const

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.

canScreenShare → const ParticipantPermission

Can publish screen sharing stream.

canSendMessageAndShareAndReact → const ParticipantPermission

Can post chat message, share items and do reactions.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.