setSpeakerphoneOnButPreferBluetooth static method
Enable speakerphone, but use bluetooth if audio output device available for iOS/Android only
Implementation
static Future<void> setSpeakerphoneOnButPreferBluetooth() async {
await WebRTC.invokeMethod('enableSpeakerphoneButPreferBluetooth');
}