Procházet zdrojové kódy

config: switch default disableRtx to false

master
Saúl Ibarra Corretgé před 8 roky
rodič
revize
9f866ae608
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      config.js

+ 2
- 2
config.js Zobrazit soubor

@@ -78,8 +78,8 @@ var config = { // eslint-disable-line no-unused-vars
78 78
     enableUserRolesBasedOnToken: false,
79 79
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
80 80
     disableSuspendVideo: true,
81
-    // disables or enables RTX (RFC 4588).
82
-    disableRtx: true,
81
+    // disables or enables RTX (RFC 4588) (defaults to false).
82
+    disableRtx: false,
83 83
     // Sets the preferred resolution (height) for local video. Defaults to 360.
84 84
     resolution: 720
85 85
 };

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