ZegoNetworkSpeedTestConfig
ZegoNetworkSpeedTestConfig
Network speed test config
Declared in entity/ZegoNetworkSpeedTestConfig.java
Properties
testUplink
testUplink
public boolean testUplinkTest uplink or not
expectedUplinkBitrate
expectedUplinkBitrate
public int expectedUplinkBitrateThe unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network uplink environment is suitable.
testDownlink
testDownlink
public boolean testDownlinkTest downlink or not
expectedDownlinkBitrate
expectedDownlinkBitrate
public int expectedDownlinkBitrateThe unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network downlink environment is suitable.
