Package io.agora.rtc2

Class IRtcEngineEventHandler.PathStats

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

public static class IRtcEngineEventHandler.PathStats extends Object
Since:
4.6.0
  • Field Details

    • pathType

      public int pathType
      Type of the path (e.g., LAN, WiFi, Mobile).
    • txKBitRate

      public int txKBitRate
      Transmission bitrate in Kbps for the path.
    • rxKBitRate

      public int rxKBitRate
      Reception bitrate in Kbps for the path.
  • Constructor Details

    • PathStats

      public PathStats()
  • Method Details