소스 검색

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,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…
취소
저장