Event
Player.VOIPGlobalChannelSettingChange
Triggered when a global VOIP channel setting changes for this player
Syntax
Player.Subscribe("VOIPGlobalChannelSettingChange", function(self, channel, old_setting, new_setting)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
self
|
Player | — | — |
channel
|
integer | — | — |
old_setting
|
VOIPSetting | — | — |
new_setting
|
VOIPSetting | — | — |