Просмотр исходного кода

Merge pull request #1327 from saghul/doc-resolution

doc: document resolution config option and set it to 720 by default
master
George Politis 8 лет назад
Родитель
Сommit
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
 };

Загрузка…
Отмена
Сохранить