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

> PlayFabPlayer.IsMuted 属性的参考文档,该属性获取或设置在 Unity PlayFab Party 语音聊天多人会话中玩家是否被静音。

# IsMuted

获取或设置玩家是否被静音。

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

## 属性值

IsMuted

[bool]()


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