소스 검색

Merge pull request #1327 from saghul/doc-resolution

doc: document resolution config option and set it to 720 by default
master
George Politis 8 년 전
부모
커밋
08efd5ecab
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      config.js

+ 3
- 1
config.js 파일 보기

79
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
79
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
80
     disableSuspendVideo: true,
80
     disableSuspendVideo: true,
81
     // disables or enables RTX (RFC 4588).
81
     // disables or enables RTX (RFC 4588).
82
-    disableRtx: true
82
+    disableRtx: true,
83
+    // Sets the preferred resolution (height) for local video. Defaults to 360.
84
+    resolution: 720
83
 };
85
 };

Loading…
취소
저장