setForceLowestBitrate

open fun setForceLowestBitrate(forceLowestBitrate: Boolean): VdoInitParams.Builder

Sets whether to force the use of the lowest bitrate for video playback.

If forceLowestBitrate is set to true, the player will prioritize using the lowest available video bitrate, which may help with streaming on slower network connections. If set to false, the player will use the default bitrate settings.

Return

the Builder instance for method chaining.

Parameters

forceLowestBitrate

true to force the lowest bitrate, false otherwise.