stopSoundLevelMonitor method

Future<void> stopSoundLevelMonitor()

停止声浪监控。

支持版本:1.1.0 及以上。 详情描述:停止监控后将停止回调本地采集以及远端拉流的音频声浪回调。 调用时机:在创建引擎 createEngine 后。 相关接口:可通过 startSoundLevelMonitor 启动声浪监控。

Implementation

Future<void> stopSoundLevelMonitor() async {
  return await ZegoExpressImpl.instance.stopSoundLevelMonitor();
}