Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(quality) Do not set b:AS line in SDP for SVC codecs when codec se…
…lection API is used. This was needed in older versions since the browser didn't apply maxBitrates from RTCRtpEncoderParameters on the encoder. In the newer versions this seems to be no longer the case. Also, when the codec selection API is used, we no longer renegotiate locally so if we switched codec from AV1->VP9-VP9, the AV1 bitrate setting in the SDP will still be effective resulting in a lower send resolution because of b/w limitation.
- Loading branch information