Explorar el Código

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

master
Saúl Ibarra Corretgé hace 8 años
padre
commit
f90667b23c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      config.js

+ 3
- 1
config.js Ver fichero

@@ -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…
Cancelar
Guardar