Define the bitrate of this
Future<void> setBitrate (int bitrate) async { await update(ChannelBuilder({ 'bitrate': bitrate })); }