onNetworkDetectionStopped property
Callback for end of pre-call network detection.
The following will stop detection and trigger this callback once:
- Call RTCVideo.stopNetworkDetection to stop network detection.
- The first frame of remote/local audio is received.
- The detection lasts more than 3 mins.
- The entire detection link is disconnected for a certain period of time.
Implementation
OnNetworkDetectionStoppedType? onNetworkDetectionStopped;