Browse Source

config: switch default disableRtx to false

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
9f866ae608
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config.js

+ 2
- 2
config.js View File

78
     enableUserRolesBasedOnToken: false,
78
     enableUserRolesBasedOnToken: false,
79
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
79
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
80
     disableSuspendVideo: true,
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
     // Sets the preferred resolution (height) for local video. Defaults to 360.
83
     // Sets the preferred resolution (height) for local video. Defaults to 360.
84
     resolution: 720
84
     resolution: 720
85
 };
85
 };

Loading…
Cancel
Save