EnablePlayerVoiceTo
Enables the voice transmission to a target.
Use [DisablePlayerVoiceTo](/disableplayervoiceto) to disable it again.
To use the voice-chat you can activate it in the [Server settings](/server-settings).
- player: Parameter input should be in Player type.
- target: Parameter input should be in Player type.
{{#tag:syntaxhighlight| Player.EnablePlayerVoiceTo(player, target); |lang=csharp}} }}