startLastmileProbeTest abstract method
Starts the last mile network probe test.
This method starts the last-mile network probe test before joining a channel to get the uplink and downlink last mile network statistics, including the bandwidth, packet loss, jitter, and round-trip time (RTT).
config
The configurations of the last-mile network probe test. See LastmileProbeConfig.
Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.
Implementation
Future<void> startLastmileProbeTest(LastmileProbeConfig config);