WhisperChatPrivacyMode
Describes which other players a player allows to initiate a whisper (direct) chat with them in an experience.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 645 | AllUsers | 0 | The player allows any other player in the experience to initiate a whisper chat with them. | |
| 645 | NoOne | 1 | The player does not allow any other player to initiate a whisper chat with them. |
Description
Describes which other players a player allows to initiate a whisper (direct) chat with them in an experience. A whisper chat is only permitted when both the sender and the recipient have WhisperChatPrivacyMode.AllUsers; if either player's mode is WhisperChatPrivacyMode.NoOne, the private chat is blocked. The setting comes from the player's account privacy configuration and is applied when the Player object is created. Defaults to WhisperChatPrivacyMode.NoOne.