Pārlūkot izejas kodu

config: remove aspect ratio constraint from config example

Some cameras may not be able to satisfy it and gUM will fail.

Refs: https://github.com/jitsi/lib-jitsi-meet/pull/1066
master
Saúl Ibarra Corretgé 5 gadus atpakaļ
vecāks
revīzija
8115fb5e78
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2
    3
      config.js

+ 2
- 3
config.js Parādīt failu

111
     // w3c spec-compliant video constraints to use for video capture. Currently
111
     // w3c spec-compliant video constraints to use for video capture. Currently
112
     // used by browsers that return true from lib-jitsi-meet's
112
     // used by browsers that return true from lib-jitsi-meet's
113
     // util#browser#usesNewGumFlow. The constraints are independent from
113
     // util#browser#usesNewGumFlow. The constraints are independent from
114
-    // this config's resolution value. Defaults to requesting an ideal aspect
115
-    // ratio of 16:9 with an ideal resolution of 720.
114
+    // this config's resolution value. Defaults to requesting an ideal
115
+    // resolution of 720p.
116
     // constraints: {
116
     // constraints: {
117
     //     video: {
117
     //     video: {
118
-    //         aspectRatio: 16 / 9,
119
     //         height: {
118
     //         height: {
120
     //             ideal: 720,
119
     //             ideal: 720,
121
     //             max: 720,
120
     //             max: 720,

Notiek ielāde…
Atcelt
Saglabāt