|
@@ -405,15 +405,7 @@ export default class JingleSessionPC extends JingleSession {
|
405
|
405
|
pcOptions.videoQuality = options.videoQuality;
|
406
|
406
|
pcOptions.forceTurnRelay = options.forceTurnRelay;
|
407
|
407
|
pcOptions.audioQuality = options.audioQuality;
|
408
|
|
- pcOptions.usesUnifiedPlan = this.usesUnifiedPlan
|
409
|
|
- = browser.supportsUnifiedPlan()
|
410
|
|
- && (!browser.isChromiumBased()
|
411
|
|
- || (browser.isChromiumBased()
|
412
|
|
-
|
413
|
|
- // Provide a way to control the behavior for jvb and p2p connections independently.
|
414
|
|
- && this.isP2P
|
415
|
|
- ? options.p2p?.enableUnifiedOnChrome ?? true
|
416
|
|
- : options.enableUnifiedOnChrome ?? true));
|
|
408
|
+ pcOptions.usesUnifiedPlan = this.usesUnifiedPlan = browser.supportsUnifiedPlan();
|
417
|
409
|
|
418
|
410
|
if (this.isP2P) {
|
419
|
411
|
// simulcast needs to be disabled for P2P (121) calls
|