ZegoNetworkSpeedTestConfig
ZegoNetworkSpeedTestConfig
Network speed test config
Declared in ZegoExpressDefines.h
Properties
testUplink
testUplink
nonatomic, assign BOOL testUplinkTest uplink or not
expectedUplinkBitrate
expectedUplinkBitrate
nonatomic, assign 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
nonatomic, assign BOOL testDownlinkTest downlink or not
expectedDownlinkBitrate
expectedDownlinkBitrate
nonatomic, assign int expectedDownlinkBitrateThe unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network downlink environment is suitable.
