瀏覽代碼

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

Loading…
取消
儲存