Bläddra i källkod

config: default to 720p (#3269)

master
Saúl Ibarra Corretgé 7 år sedan
förälder
incheckning
13ee67d15c
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3
    3
      config.js

+ 3
- 3
config.js Visa fil

99
     // used by browsers that return true from lib-jitsi-meet's
99
     // used by browsers that return true from lib-jitsi-meet's
100
     // util#browser#usesNewGumFlow. The constraints are independency from
100
     // util#browser#usesNewGumFlow. The constraints are independency from
101
     // this config's resolution value. Defaults to requesting an ideal aspect
101
     // this config's resolution value. Defaults to requesting an ideal aspect
102
-    // ratio of 16:9 with an ideal resolution of 1080p.
102
+    // ratio of 16:9 with an ideal resolution of 720.
103
     // constraints: {
103
     // constraints: {
104
     //     video: {
104
     //     video: {
105
     //         aspectRatio: 16 / 9,
105
     //         aspectRatio: 16 / 9,
106
     //         height: {
106
     //         height: {
107
-    //             ideal: 1080,
108
-    //             max: 1080,
107
+    //             ideal: 720,
108
+    //             max: 720,
109
     //             min: 240
109
     //             min: 240
110
     //         }
110
     //         }
111
     //     }
111
     //     }

Laddar…
Avbryt
Spara