|
Agora Java API Reference for Android
|
Results of the uplink and downlink last-mile network tests. More...
Classes | |
| class | LastmileProbeOneWayResult |
| Results of the uplink or downlink last-mile network test. More... | |
Public Attributes | |
| short | state |
| int | rtt |
| LastmileProbeOneWayResult | uplinkReport = new LastmileProbeOneWayResult() |
| LastmileProbeOneWayResult | downlinkReport = new LastmileProbeOneWayResult() |
Results of the uplink and downlink last-mile network tests.
| short io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult.state |
The status of the last-mile network test, which includes:
| int io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult.rtt |
The round-trip time (ms).
| LastmileProbeOneWayResult io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult.uplinkReport = new LastmileProbeOneWayResult() |
Results of the uplink last-mile network test. See LastmileProbeOneWayResult.
| LastmileProbeOneWayResult io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult.downlinkReport = new LastmileProbeOneWayResult() |
Results of the downlink last-mile network test. See LastmileProbeOneWayResult.
1.8.18