ZegoNetworkSpeedTestConfig class

Network speed test config

Constructors

ZegoNetworkSpeedTestConfig(bool testUplink, int expectedUplinkBitrate, bool testDownlink, int expectedDownlinkBitrate)

Properties

expectedDownlinkBitrate ↔ int
The unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network downlink environment is suitable.
read / write
expectedUplinkBitrate ↔ int
The unit is kbps. Recommended to use the bitrate in ZegoVideoConfig when call startPublishingStream to determine whether the network uplink environment is suitable.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
Test downlink or not
read / write
Test uplink or not
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited