lastmileProbeResult property
LastmileProbeCallback?
lastmileProbeResult
getter/setter pair
Reports the last-mile network probe result.
The SDK triggers this callback within 30 seconds after the app calls the RtcEngine.startLastmileProbeTest method.
The LastmileProbeCallback
typedef includes the following parameter:
- LastmileProbeResult
result
: The uplink and downlink last-mile network probe test result.
Implementation
LastmileProbeCallback? lastmileProbeResult;