Package io.agora.rtc2

Class IRtcEngineEventHandler.LastmileProbeResult

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult
Enclosing class:
IRtcEngineEventHandler

public static class IRtcEngineEventHandler.LastmileProbeResult extends Object
  • Field Details

    • state

      public short state
      The 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 rtt
      The 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()