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

> Unity PlayFab Party ゲーム UI で使用するために、プレイヤーのビジュアルなボイスチャット状態を報告する PlayFabPlayer.ChatState プロパティのリファレンス。

# ChatState

ゲームの UI に表示するための、このプレイヤーのビジュアルチャット状態を取得します。

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

プロパティ値

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


## Related topics

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