ChatRoomBehavior 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 chat room behavior settings
public enum class ChatRoomBehavior
public enum ChatRoomBehavior
type ChatRoomBehavior =
Public Enum ChatRoomBehavior
- Inheritance
-
ChatRoomBehavior
Fields
| Name | Value | Description |
|---|---|---|
| Unset | 0 | The value hasn't been set yet |
| Normal | 1 | A standard chat room where all members can chat is Normal type. |
| Auditorium | 2 | A chat room where only users that are presenters are allowed to chat. |