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

> Reference for the PlayFabPlayer.VoiceLevel property, a float from 0 to 1 that controls player playback volume in Unity PlayFab Party voice chat.

# VoiceLevel

Gets or sets the volume of the player. The value is a float between 0 and 1.

```csharp theme={null}
public float PlayFabPlayer.VoiceLevel { get; set; }
```

## Property Value

VoiceLevel

[float]()

A value from zero to one inclusive.


## Related topics

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