浏览代码

config: default resolution is now 720p

master
Saúl Ibarra Corretgé 8 年前
父节点
当前提交
35f79dd2b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config.js

+ 1
- 1
config.js 查看文件

@@ -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

正在加载...
取消
保存