stopNetworkDetection abstract method

Future<int?> stopNetworkDetection()

Stops pre-call network detection.

Return value:

Calling this API will trigger RTCVideoEventHandler.onNetworkDetectionStopped notifying the stop of the detection.

Implementation

Future<int?> stopNetworkDetection();