setSpeakerphoneOnButPreferBluetooth static method
Implementation
static Future<void> setSpeakerphoneOnButPreferBluetooth() async {
await WebRTC.invokeMethod('enableSpeakerphoneButPreferBluetooth');
}
static Future<void> setSpeakerphoneOnButPreferBluetooth() async {
await WebRTC.invokeMethod('enableSpeakerphoneButPreferBluetooth');
}