Voip:ChannelOpened
Voip:ChannelOpened(channel: VoipChannel)
A new VoIP channel has been opened by the server. This event will also trigger as soon as the player joins a server with existing channels open.
Parameters
Name | Type | Description |
---|---|---|
channel | VoipChannel |
Example
Events:Subscribe('Voip:ChannelOpened', function(channel)
-- Do stuff here.
end)
Last modified October 11, 2021: Add changelog for build 17768 (61745d67)