ChatRoomPrivacy 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 privacy settings
public enum class ChatRoomPrivacy
public enum ChatRoomPrivacy
type ChatRoomPrivacy =
Public Enum ChatRoomPrivacy
- Inheritance
-
ChatRoomPrivacy
Fields
Name | Value | Description |
---|---|---|
Open | 0 | The chat room is visible to and can be joined by all users in scope on the parent category. |
Closed | 1 | The chat room is visible only to all users in scope on the parent category, but can be joined only by members of the chat room. |
Secret | 2 | The chat room is visible only to members of the chat room. |