videoBitrate property Null safety

int videoBitrate
read / write

Field description: bitrate of video resolution in Kbps after transcoding. Recommended value: if you enter 0, the backend will estimate the bitrate based on videoWidth and videoHeight. You can also refer to the comment on the enumeration definition of TRTC_VIDEO_RESOLUTION_640_480.

Implementation

int videoBitrate;