Procházet zdrojové kódy

feat: Enable unified plan support for p2p chrome calls.

j8
Jaya Allamsetty před 3 roky
rodič
revize
074a783bd9
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      config.js

+ 3
- 0
config.js Zobrazit soubor

@@ -514,6 +514,9 @@ var config = {
514 514
         // connection.
515 515
         enabled: true,
516 516
 
517
+        // Enable unified plan implementation support on Chromium for p2p connection.
518
+        // enableUnifiedOnChrome: false,
519
+
517 520
         // Sets the ICE transport policy for the p2p connection. At the time
518 521
         // of this writing the list of possible values are 'all' and 'relay',
519 522
         // but that is subject to change in the future. The enum is defined in

Načítá se…
Zrušit
Uložit