logo
On this page

ZegoNetworkSpeedTestQuality

ZegoNetworkSpeedTestQuality

network speed test quality

Declared in ZegoExpressDefines.h

Properties

connectCost

connectCost
nonatomic, assign unsigned 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

rtt
nonatomic, assign unsigned int rtt

rtt, in milliseconds

packetLostRate

packetLostRate
nonatomic, assign double packetLostRate

packet lost rate. in percentage, 0.0 ~ 1.0

quality

quality
nonatomic, assign ZegoStreamQualityLevel quality

network quality. excellent, good, medium and poor

Previous

zegonetworkspeedtestconfig

Next

zegonetworktimeinfo

On this page

Back to top