stopNetworkDetection abstract method

Future<int?> stopNetworkDetection()

停止通话前网络探测

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

调用本接口后,会收到 RTCVideoEventHandler.onNetworkDetectionStopped 回调通知探测停止。

Implementation

Future<int?> stopNetworkDetection();