Browse Source

Merge pull request #1327 from saghul/doc-resolution

doc: document resolution config option and set it to 720 by default
j8
George Politis 8 years ago
parent
commit
08efd5ecab
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      config.js

+ 3
- 1
config.js View File

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

Loading…
Cancel
Save