Sets the RTC region of the voice channel.
await channel.setRtcRegion('us-west');
Future<void> setRtcRegion(String rtcRegion, {String? reason}) => _methods.setRtcRegion(rtcRegion, reason);