Skip to content

Commit d07add3

Browse files
committed
"Changes !Fireflox to isChromiumBased()"
1 parent 343c367 commit d07add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RTC/TPCUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export class TPCUtils {
272272
// See: https://github.com/jitsi/lib-jitsi-meet/issues/2939
273273
// Chromium source: https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/video/config/simulcast.cc
274274
if (codec === CodecMimeType.VP8
275-
&& !browser.isFirefox()
275+
&& browser.isChromiumBased()
276276
&& videoType === VideoType.CAMERA
277277
&& captureResolution < 640) {
278278
standardSimulcastEncodings.reverse();

0 commit comments

Comments
 (0)