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

# PlayFabPlayer.ChatState

> Reference for the PlayFabPlayer.ChatState property that reports the visual voice chat state for a player, for use in Unity PlayFab Party game UI.

# ChatState

Gets the visual chat state of this player for display in your game's UI.

```csharp theme={null}
public ChatState PlayFabPlayer.ChatState { get; }
```

Property Value

[ChatState](/services/playfab/multiplayer/networking/unity-party-api-reference/enums/partyunitychatstate)


## Related topics

- [Class PlayFabPlayer](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.VoiceLevel](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [bool PlayFabPlayer.IsMuted](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
- [PlayFabPlayer.IsLocal](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [OnChatMessageReceived](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonchatmessagereceived.md)
