Class ZegoNetworkSpeedTestQuality


  • public class ZegoNetworkSpeedTestQuality
    extends java.lang.Object
    network speed test quality
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • connectCost

        public int connectCost
        Time to connect to the server, in milliseconds. During the speed test, if the network connection is disconnected, it will automatically initiate a reconnection, and this variable will be updated accordingly.
      • rtt

        public int rtt
        rtt, in milliseconds
      • packetLostRate

        public double packetLostRate
        packet lost rate. in percentage, 0.0 ~ 1.0
    • Constructor Detail

      • ZegoNetworkSpeedTestQuality

        public ZegoNetworkSpeedTestQuality()