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

> PlayFabPlayer.ChatState 属性的参考文档,该属性报告玩家的可视化语音聊天状态,可用于 Unity PlayFab Party 游戏的用户界面。

# ChatState

获取该玩家的可视化聊天状态,用于在游戏的 UI 中显示。

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

属性值

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


## Related topics

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