ChatRoomRole 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 a permissioned role on a ChatRoom. These roles may be granted to any provisioned PersistentChatPrincipal.
public enum class ChatRoomRole
public enum ChatRoomRole
type ChatRoomRole =
Public Enum ChatRoomRole
- Inheritance
-
ChatRoomRole
Fields
| Name | Value | Description |
|---|---|---|
| Member | 0 | A member is a PersistentChatPrincipal that has been granted permission to join a chat room and view the chat history. |
| Manager | 1 | A manager is a PersistentChatPrincipal that has been granted permission to manage a chat room. |
| Presenter | 2 | A presenter is a PersistentChatPrincipal that has been granted permission to post messages to a chat room when that chat room is configured as an auditorium. (see IsAuditorium) |
| Creator | 3 | A creator is a PersistentChatPrincipal that has been granted permission to create a chat room. |
Remarks
For information about users and user groups having a defined role on a chat room, see ChatRoomManagementServices. For example: to view the list of members on a chat room, see BeginGetMembers(Uri, AsyncCallback, Object).