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

# bool PlayFabPlayer.IsMuted

> Unity PlayFab Party 음성 채팅 멀티플레이어 세션에서 플레이어가 음소거되었는지 여부를 가져오거나 설정하는 PlayFabPlayer.IsMuted 속성에 대한 참조입니다.

# IsMuted

플레이어가 음소거되었는지 여부를 가져오거나 설정합니다.

```csharp theme={null}
public bool PlayFabPlayer.IsMuted { get; set; }
```

## 속성 값

IsMuted

[bool]()


## 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)
- [PlayFabPlayer.ChatState](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
