onNetworkDetectionResult property
通话前网络探测结果
成功调用 RTCVideo.startNetworkDetection 接口开始探测后,会在 3s 内首次收到该回调,之后每 2s 收到一次该回调。
Implementation
OnNetworkDetectionResultType? onNetworkDetectionResult;
通话前网络探测结果
成功调用 RTCVideo.startNetworkDetection 接口开始探测后,会在 3s 内首次收到该回调,之后每 2s 收到一次该回调。
OnNetworkDetectionResultType? onNetworkDetectionResult;