Browse Source

config: default resolution is now 720p

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

+ 1
- 1
config.js View File

@@ -90,7 +90,7 @@ var config = { // eslint-disable-line no-unused-vars
90 90
     disableSuspendVideo: true,
91 91
     // disables or enables RTX (RFC 4588) (defaults to false).
92 92
     disableRtx: false,
93
-    // Sets the preferred resolution (height) for local video. Defaults to 360.
93
+    // Sets the preferred resolution (height) for local video. Defaults to 720.
94 94
     resolution: 720,
95 95
     // Enables peer to peer mode. When enabled system will try to establish
96 96
     // direct connection given that there are exactly 2 participants in

Loading…
Cancel
Save