Agora C++ API Reference for All Platforms
|
Public Member Functions | |
LastmileProbeResult () | |
Public Attributes | |
LASTMILE_PROBE_RESULT_STATE | state |
LastmileProbeOneWayResult | uplinkReport |
LastmileProbeOneWayResult | downlinkReport |
unsigned int | rtt |
Results of the uplink and downlink last-mile network tests.
|
inline |
LASTMILE_PROBE_RESULT_STATE agora::rtc::LastmileProbeResult::state |
The status of the last-mile network tests. See LASTMILE_PROBE_RESULT_STATE.
LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::uplinkReport |
Results of the uplink last-mile network test. For details, see LastmileProbeOneWayResult.
LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::downlinkReport |
Results of the downlink last-mile network test. For details, see LastmileProbeOneWayResult.
unsigned int agora::rtc::LastmileProbeResult::rtt |
The round-trip time (ms).