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

> Referencia de la propiedad PlayFabPlayer.ChatState, que informa del estado visual del chat de voz de un jugador, para usarlo en la interfaz de usuario de juegos con PlayFab Party para Unity.

# ChatState

Obtiene el estado visual de chat de este jugador para mostrarlo en la interfaz de usuario del juego.

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

Valor de propiedad

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


## Related topics

- [Clase PlayFabPlayer](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [bool PlayFabPlayer.IsMuted](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
- [PlayFabPlayer.VoiceLevel](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [PlayFabPlayer.IsLocal](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.EntityKey](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
