videoEncodedKbps property

int videoEncodedKbps
getter/setter pair

Description: The video bitrate (Kbps) of the stream to publish.

Value: If you set this parameter to 0 , TRTC will work out a bitrate based on videoWidth and videoHeight . For details, refer to the recommended bitrates for the constants of the resolution enum type (see comment).

Implementation

int videoEncodedKbps = 0;