stopNetworkDetection abstract method
Stops pre-call network detection.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Calling this API will trigger RTCVideoEventHandler.onNetworkDetectionStopped notifying the stop of the detection.
Implementation
Future<int?> stopNetworkDetection();