> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyXblCrossNetworkCommunicationPrivacySetting

> Reference for the PartyXblCrossNetworkCommunicationPrivacySetting enum controlling XBOX Live cross-network chat privacy in the PlayFab Party helper library.

Possible cross-network communication privacy settings for a local XBOX Live user.

## Syntax

```cpp theme={null}
enum class PartyXblCrossNetworkCommunicationPrivacySetting    
{  
    Allowed = 0,  
    FriendsOnly = 1,  
    Disallowed = 2,  
}  
```

## Constants

| Constant    | Description                                                                          |
| ----------- | ------------------------------------------------------------------------------------ |
| Allowed     | Communication with cross-network users is allowed with no restriction for this user. |
| FriendsOnly | Communication with cross-network users is restricted to friends only for this user.  |
| Disallowed  | Communication with cross-network users is not allowed for this user.                 |

## Remarks

A cross-network user is defined as a user of a non-XBOX Live gaming network.

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXbl GetCrossNetworkCommunicationPrivacySetting](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getcrossnetworkcommunicationprivacysetting.md)
- [XBOX Live helper library for PlayFab Party](/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PartyXboxLive C/C++ API overview](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PlayFab Party XBOX Live Helper Release Notes](/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser.md)
