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.
getter/setter pair
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.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
Test downlink or not
getter/setter pair
Test uplink or not
getter/setter pair

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