LastmileProbeConfig class
Configurations of the last-mile network test.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Properties
- expectedDownlinkBitrate → int?
-
The expected maximum downlink bitrate (bps) of the local user. The value range is
100000,5000000
.final - expectedUplinkBitrate → int?
-
The expected maximum uplink bitrate (bps) of the local user. The value range is
100000, 5000000
. Agora recommends referring to setVideoEncoderConfiguration to set the value.final - hashCode → int
-
The hash code for this object.
no setterinherited
- probeDownlink → bool?
-
Sets whether to test the downlink network: true : Test the downlink network. false : Do not test the downlink network.
final
- probeUplink → bool?
-
Sets whether to test the uplink network. Some users, for example, the audience members in a LIVE_BROADCASTING channel, do not need such a test. true : Test the uplink network. false : Do not test the uplink network.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited