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

> Reference for the PlayFabPlayer.IsMuted property that gets or sets whether a player is muted in Unity PlayFab Party voice chat multiplayer sessions.

# IsMuted

Gets or sets whether the player is muted.

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

## Property Value

IsMuted

[bool]()


## Related topics

- [Class PlayFabPlayer](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.VoiceLevel](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [PlayFabPlayer.EntityKey](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [PlayFabPlayer.ChatState](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
