Преглед изворни кода

config: default to 720p (#3269)

j8
Saúl Ibarra Corretgé пре 6 година
родитељ
комит
13ee67d15c
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      config.js

+ 3
- 3
config.js Прегледај датотеку

@@ -99,13 +99,13 @@ var config = {
99 99
     // used by browsers that return true from lib-jitsi-meet's
100 100
     // util#browser#usesNewGumFlow. The constraints are independency from
101 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 103
     // constraints: {
104 104
     //     video: {
105 105
     //         aspectRatio: 16 / 9,
106 106
     //         height: {
107
-    //             ideal: 1080,
108
-    //             max: 1080,
107
+    //             ideal: 720,
108
+    //             max: 720,
109 109
     //             min: 240
110 110
     //         }
111 111
     //     }

Loading…
Откажи
Сачувај