Is the videoGoogleMaxBitrate of the document useless?

When I set the maximum bitrate, my first reaction was to use the videoGoogleMaxBitrate parameter based on the document of libmediasoupclient, but it didn’t work. I had no choice but to use max_bitrate_bps in webrtc:: RtpEncodingParameters has taken effect this time. Is the videoGoogleMaxBitrate of the document useless?

videoGoogleMaxBitrate is converted to x-google-max-bitrate option in SDP. Note that it is in kbps.

1 Like

Thank you, I made a mistake. The unit of videoGoogleMaxBitrate (x-google-max-bitrate) is kbps, while the unit of rtpEncodingParam.max_bitrate_bps is bps