Class ZegoNetworkProbeUdpResult


  • public class ZegoNetworkProbeUdpResult
    extends java.lang.Object
    udp probe result
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int errorCode
      udp probe errorCode, 0 means the connection is normal
      int rtt
      The total time that the SDK send udp data to server and receive a reply, the unit is millisecond
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorCode

        public int errorCode
        udp probe errorCode, 0 means the connection is normal
      • rtt

        public int rtt
        The total time that the SDK send udp data to server and receive a reply, the unit is millisecond
    • Constructor Detail

      • ZegoNetworkProbeUdpResult

        public ZegoNetworkProbeUdpResult()