ChatRoomRole Enum

Definition

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

Creator 3

A creator is a PersistentChatPrincipal that has been granted permission to create a chat room.

Manager 1

A manager is a PersistentChatPrincipal that has been granted permission to manage a chat room.

Member 0

A member is a PersistentChatPrincipal that has been granted permission to join a chat room and view the chat history.

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)

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).

Applies to