Interface VoiceChannel

    • Method Detail

      • getUserLimit

        int getUserLimit()
        The maximum amount of Members that can be in this VoiceChannel at once.
        0 - No limit
        Returns:
        The maximum amount of members allowed in this channel at once.
      • getBitrate

        int getBitrate()
        The audio bitrate of the voice audio that is transmitted in this channel. While higher bitrates can be sent to this channel, it will be scaled down by the client.
        Default and recommended value is 64000
        Returns:
        The audio bitrate of this voice channel.