From 8115fb5e78fa1b5bae17c6abf89977d99b33a0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sat, 4 Apr 2020 22:45:04 +0200 Subject: [PATCH] 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 --- config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 326e4ac99..dd5becef4 100644 --- a/config.js +++ b/config.js @@ -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,