expectedUplinkBitrate property
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.
Implementation
@JsonKey(name: 'expectedUplinkBitrate')
final int? expectedUplinkBitrate;