浏览代码

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

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

+ 3
- 1
config.js 查看文件

80
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
80
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
81
     disableSuspendVideo: true,
81
     disableSuspendVideo: true,
82
     // disables or enables RTX (RFC 4588).
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
 };

正在加载...
取消
保存