onNetworkDetectionResult property

OnNetworkDetectionResultType? onNetworkDetectionResult
getter/setter pair

Callback of pre-call network detection result.

After RTCVideo.startNetworkDetection is successfully called, the user will receive this callback in 3s for the first time and every 2s thereafter.

Implementation

OnNetworkDetectionResultType? onNetworkDetectionResult;