RoomPermissionMap Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Value | Description |
|---|---|---|
| None | 0 | The user has no permissions on the room. |
| CanManageRoom | 1 | The user can manage the room. |
| CanJoin | 2 | The user can join the room. |
| CanChat | 4 | The user can chat in the room. |
| CanReadHistory | 8 | The user can read the room history. |
| CanView | 16 | The room is visible to the user. |
| CanAuditoriumChat | 32 | The user is a presenter in the auditorium room and can chat. |