Class ServerVoiceChannelChangeBitrateEventImpl

    • Constructor Detail

      • ServerVoiceChannelChangeBitrateEventImpl

        public ServerVoiceChannelChangeBitrateEventImpl​(ServerVoiceChannel channel,
                                                        int newBitrate,
                                                        int oldBitrate)
        Creates a new server voice channel change bitrate event.
        Parameters:
        channel - The channel of the event.
        newBitrate - The new bitrate of the channel.
        oldBitrate - The old bitrate of the channel.