logo
On this page

ZegoNetworkSpeedTestConfig

ZegoNetworkSpeedTestConfig

Network speed test config

Declared in entity/ZegoNetworkSpeedTestConfig.java

Properties

testUplink
public boolean testUplink

Test uplink or not

expectedUplinkBitrate

expectedUplinkBitrate
public int expectedUplinkBitrate

The unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network uplink environment is suitable.

testDownlink
public boolean testDownlink

Test downlink or not

expectedDownlinkBitrate

expectedDownlinkBitrate
public int expectedDownlinkBitrate

The unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network downlink environment is suitable.

Previous

zegonetworkresourcecache

Next

zegonetworkspeedtestquality

On this page

Back to top