We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343c367 commit d07add3Copy full SHA for d07add3
modules/RTC/TPCUtils.ts
@@ -272,7 +272,7 @@ export class TPCUtils {
272
// See: https://github.com/jitsi/lib-jitsi-meet/issues/2939
273
// Chromium source: https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/video/config/simulcast.cc
274
if (codec === CodecMimeType.VP8
275
- && !browser.isFirefox()
+ && browser.isChromiumBased()
276
&& videoType === VideoType.CAMERA
277
&& captureResolution < 640) {
278
standardSimulcastEncodings.reverse();
0 commit comments