logo
On this page

ZegoNetworkSpeedTestConfig

ZegoNetworkSpeedTestConfig

Network speed test config

Declared in ZegoExpressDefines.h

Properties

testUplink
nonatomic, assign BOOL testUplink

Test uplink or not

expectedUplinkBitrate

expectedUplinkBitrate
nonatomic, assign 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
nonatomic, assign BOOL testDownlink

Test downlink or not

expectedDownlinkBitrate

expectedDownlinkBitrate
nonatomic, assign 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