setBluetoothMode abstract method

Future<int?> setBluetoothMode(
  1. BluetoothMode mode
)

在纯媒体音频场景下,切换 iOS 设备与耳机之间的蓝牙传输协议
仅 iOS 适用。

mode:蓝牙传输协议。

以下场景你会收到 RTCVideoEventHandler.onAudioDeviceWarning 回调:

  • 当前不支持设置 HFP;
  • 非纯媒体音频场景,建议在调用此接口前调用 setAudioScenario 设置纯媒体音频场景。

Implementation

Future<int?> setBluetoothMode(BluetoothMode mode);