From 13ee67d15c0e70b7ca526256992bbecc92a7d66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 17 Jul 2018 17:18:32 +0200 Subject: [PATCH] config: default to 720p (#3269) --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index e39fe5e5c..a6dfba769 100644 --- a/config.js +++ b/config.js @@ -99,13 +99,13 @@ var config = { // used by browsers that return true from lib-jitsi-meet's // util#browser#usesNewGumFlow. The constraints are independency from // this config's resolution value. Defaults to requesting an ideal aspect - // ratio of 16:9 with an ideal resolution of 1080p. + // ratio of 16:9 with an ideal resolution of 720. // constraints: { // video: { // aspectRatio: 16 / 9, // height: { - // ideal: 1080, - // max: 1080, + // ideal: 720, + // max: 720, // min: 240 // } // }