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
This commit is contained in:
Saúl Ibarra Corretgé 2020-04-04 22:45:04 +02:00 committed by Saúl Ibarra Corretgé
parent c9f26dc7ac
commit 8115fb5e78
1 changed files with 2 additions and 3 deletions

View File

@ -111,11 +111,10 @@ var config = {
// w3c spec-compliant video constraints to use for video capture. Currently
// used by browsers that return true from lib-jitsi-meet's
// util#browser#usesNewGumFlow. The constraints are independent from
// this config's resolution value. Defaults to requesting an ideal aspect
// ratio of 16:9 with an ideal resolution of 720.
// this config's resolution value. Defaults to requesting an ideal
// resolution of 720p.
// constraints: {
// video: {
// aspectRatio: 16 / 9,
// height: {
// ideal: 720,
// max: 720,