Explorar el Código

config: default resolution is now 720p

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

+ 1
- 1
config.js Ver fichero

@@ -90,7 +90,7 @@ var config = { // eslint-disable-line no-unused-vars
90 90
     disableSuspendVideo: true,
91 91
     // disables or enables RTX (RFC 4588) (defaults to false).
92 92
     disableRtx: false,
93
-    // Sets the preferred resolution (height) for local video. Defaults to 360.
93
+    // Sets the preferred resolution (height) for local video. Defaults to 720.
94 94
     resolution: 720,
95 95
     // Enables peer to peer mode. When enabled system will try to establish
96 96
     // direct connection given that there are exactly 2 participants in

Loading…
Cancelar
Guardar