maxBitrate property

int maxBitrate
getter/setter pair

Maximum bit rate in kbps. Optional for internal capturing while mandatory for custom capturing.

The default value is -1, which means RTC will automatically recommend the bitrate based on the input resolution and frame rate.
If you set this value to 0, the streams will not be encoded and published.
No stream will be encoded and published if you set this parameter to 0.

Implementation

int maxBitrate;