Define the rtc region of this
Future<void> setRegion (String region) async { await update(ChannelBuilder({ 'rtc_region': region })); }