Package io.agora.rtc2
Class IRtcEngineEventHandler.LastmileProbeResult
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult
- Enclosing class:
- IRtcEngineEventHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionResults of the downlink last-mile network test.intThe round-trip time (ms).shortThe status of the last-mile network test, which includes: - LASTMILE_PROBE_RESULT_COMPLETE (1): The last-mile network probe test is complete.Results of the uplink last-mile network test. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
public short stateThe status of the last-mile network test, which includes: - LASTMILE_PROBE_RESULT_COMPLETE (1): The last-mile network probe test is complete. - LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE (2): The last-mile network probe test is incomplete because bandwidth prediction is not conducted. One possible reason is that testing resources were temporarily limited. - LASTMILE_PROBE_RESULT_UNAVAILABLE (3): The last-mile network probe test is not conducted. Probably due to poor network conditions. -
rtt
public int rttThe round-trip time (ms). -
uplinkReport
Results of the uplink last-mile network test. See `LastmileProbeOneWayResult`. -
downlinkReport
Results of the downlink last-mile network test. See `LastmileProbeOneWayResult`.
-
-
Constructor Details
-
LastmileProbeResult
public LastmileProbeResult()
-