switchLoundSpeaker method

Future<void> switchLoundSpeaker()

开关扬声器

@discussion 听筒与扬声器切换(免提功能)

Implementation

Future<void> switchLoundSpeaker() {
  return bRTCPluginChannel.invokeMethod('switchLoundSpeaker');
}