RoomPermissionMap Enum

Definition

Enumerates the room permission map.

This enumeration supports a bitwise combination of its member values.

public enum class RoomPermissionMap
[System.Flags]
public enum RoomPermissionMap
type RoomPermissionMap = 
Public Enum RoomPermissionMap
Inheritance
RoomPermissionMap
Attributes

Fields

CanAuditoriumChat 32

The user is a presenter in the auditorium room and can chat.

CanChat 4

The user can chat in the room.

CanJoin 2

The user can join the room.

CanManageRoom 1

The user can manage the room.

CanReadHistory 8

The user can read the room history.

CanView 16

The room is visible to the user.

None 0

The user has no permissions on the room.

Applies to