> ## 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 클래스](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.VoiceLevel](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [PlayFabPlayer.EntityKey](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [bool PlayFabPlayer.IsMuted](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
