瀏覽代碼

doc: document resolution config option and set it to 720 by default

j8
Saúl Ibarra Corretgé 8 年之前
父節點
當前提交
f90667b23c
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      config.js

+ 3
- 1
config.js 查看文件

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

Loading…
取消
儲存