expectedUplinkBitrate property

  1. @JsonKey(name: 'expectedUplinkBitrate')
int? expectedUplinkBitrate
final

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;