minBitrate property

  1. @JsonKey(includeIfNull: false)
int? minBitrate
getter/setter pair

The minimum encoding bitrate (Kbps) of the video. The SDK automatically adjusts the encoding bitrate to adapt to the network conditions. Using a value greater than the default value forces the video encoder to output high-quality images but may cause more packet loss and sacrifice the smoothness of the video transmission. Unless you have special requirements for image quality, Agora does not recommend changing this value. This parameter only applies to the interactive streaming profile.

Implementation

@JsonKey(includeIfNull: false)
int? minBitrate;