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

# PartyXblLocalChatUser

> PartyXblLocalChatUser class: manages XBOX Live operations for a local chat user in PlayFab Party. Inherits from the PartyXblChatUser base class.

The management class for XBOX Live operations related to a local chat user. Inherits from [PartyXblChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/partyxblchatuser).

## Syntax

```cpp theme={null}
class PartyXblLocalChatUser : public PartyXblChatUser  
```

## Public Methods

| Name                                                                                                                                                                                                       | Description                                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [GetAccessibilitySettings](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getaccessibilitysettings)                                     | Returns the accessibility settings associated with this chat user.                  |
| [GetRequiredChatPermissionInfo](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo)                           | Gets the cached required chat permission information related to a target chat user. |
| [GetCrossNetworkCommunicationPrivacySetting](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getcrossnetworkcommunicationprivacysetting) | Gets the cross-network communication privacy setting for this chat user.            |

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)\
[PartyXblChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/partyxblchatuser)\
[PartyXblChatUser::GetLocal](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_getlocal)


## Related topics

- [PartyXblLocalChatUser::GetAccessibilitySettings](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getaccessibilitysettings.md)
- [PartyXblLocalChatUser::GetRequiredChatPermissionInfo](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo.md)
- [PartyXblLocalChatUserDestroyedStateChange](/services/playfab/multiplayer/networking/xblreference/structs/partyxbllocalchatuserdestroyedstatechange.md)
- [PartyXblLocalChatUserDestroyedReason](/services/playfab/multiplayer/networking/xblreference/enums/partyxbllocalchatuserdestroyedreason.md)
- [PartyXblChatUser::GetLocal](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/methods/partyxblchatuser_getlocal.md)
