setMode
Sets the global voicechat mode.
PERSISTENT METHOD
This method is persistent. It will not reset when a server restarts.
Syntax
engine.voicechat.setMode(mode);
Parameters
Name | Type | Description |
---|---|---|
mode | VoicechatModeType | The voicechat mode to set. |
Example
engine.voicechat.setMode(false);
Available on: Client Server