|
@@ -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
|
// }
|