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

> Unity PlayFab Party 음성 채팅에서 플레이어의 재생 볼륨을 제어하는 0에서 1 사이의 float 값인 PlayFabPlayer.VoiceLevel 속성에 대한 참조입니다.

# VoiceLevel

플레이어의 볼륨을 가져오거나 설정합니다. 값은 0과 1 사이의 float입니다.

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

## 속성 값

VoiceLevel

[float]()

0에서 1까지 포함한 값입니다.


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