minVideoBitrate property

int minVideoBitrate
getter/setter pair

Field Meaning: Minimum video bitrate, the SDK will actively reduce the video bitrate to maintain smoothness when the network is poor, and the minimum will drop to the value set by minVideoBitrate.

Recommended values: You can set two parameters, videoBitrate and minVideoBitrate, to constrain the SDK to adjust the video bitrate:

  • If you set videoBitrate and minVideoBitrate to the same value, it is equivalent to disabling the SDK's ability to adapt to the video bitrate.

Implementation

int minVideoBitrate;