Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
LASTMILE_PROBE_RESULT_STATE | state |
LastmileProbeOneWayResult | uplinkReport |
LastmileProbeOneWayResult | downlinkReport |
unsigned int | rtt |
The definition of the LastmileProbeResult struct, which reports the uplink and downlink last-mile network probe test result.
|
inline |
The state of last-mile network probe test: LASTMILE_PROBE_RESULT_STATE.
LastmileProbeOneWayResult uplinkReport |
The uplink last-mile network probe test result: LastmileProbeOneWayResult.
LastmileProbeOneWayResult downlinkReport |
The downlink last-mile network probe test result: LastmileProbeOneWayResult.
unsigned int rtt |
The round-trip delay time (ms).