Agora C++ API Reference for All Platforms
|
#include <IAgoraRtcEngine.h>
Public Attributes | |
LASTMILE_PROBE_RESULT_STATE | state |
LastmileProbeOneWayResult | uplinkReport |
LastmileProbeOneWayResult | downlinkReport |
unsigned int | rtt |
The uplink and downlink last-mile network probe test result.
LASTMILE_PROBE_RESULT_STATE agora::rtc::LastmileProbeResult::state |
The state of the probe test.
LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::uplinkReport |
The uplink last-mile network probe test result.
LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::downlinkReport |
The downlink last-mile network probe test result.
unsigned int agora::rtc::LastmileProbeResult::rtt |
The round-trip delay time (ms).