VoiceChannel

extends ServerChannel

A voice channel of a server. Currently, the voice channel class has no differences to the ServerChannel class.


Attributes

members

A Cache of Users that are connected to the voice channel

userLimit

The maximum amount of users that can connect to the voice channel. If it’s 0, there is no limit

bitrate

The bitrate of the voice channel (in kb/s).

Functions

setUserLimit(limit, callback)

Shortcut of client.setChannelUserLimit(channel, limit, callback)