Declaration
public static void SetVoiceChannelDistance(int min, int max, string channelName)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| min | Minimum voice receiving distance. Voice cannot be heard at a shorter distance. |
| max | Maximum voice receiving distance. Voice cannot be heard at a greater distance. |
| channelName | Name of a voice channel. When this parameter is left blank, it indicates the current channel. |
Description
Sets the voice receiving range for a channel.
