aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/jitsi-front
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 21:14:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 21:14:44 +0200
commit4c2ae7f696b06b4f926c0115de63046686db6ef9 (patch)
tree73704e64a87de517ce33afe98db87d3cfbe278be /docker/jitsi/jitsi-front
parente936ebd43fe29ba0d681659692ff5ae7053e4290 (diff)
downloadinfrastructure-4c2ae7f696b06b4f926c0115de63046686db6ef9.tar.gz
infrastructure-4c2ae7f696b06b4f926c0115de63046686db6ef9.zip
Reduce to 480p video
Diffstat (limited to 'docker/jitsi/jitsi-front')
-rw-r--r--docker/jitsi/jitsi-front/config.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/docker/jitsi/jitsi-front/config.js b/docker/jitsi/jitsi-front/config.js
index b172303..18ff319 100644
--- a/docker/jitsi/jitsi-front/config.js
+++ b/docker/jitsi/jitsi-front/config.js
@@ -106,23 +106,23 @@ var config = {
// Video
// Sets the preferred resolution (height) for local video. Defaults to 720.
- // resolution: 720,
+ resolution: 480,
// 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 independency from
// this config's resolution value. Defaults to requesting an ideal aspect
// ratio of 16:9 with an ideal resolution of 720.
- // constraints: {
- // video: {
- // aspectRatio: 16 / 9,
- // height: {
- // ideal: 720,
- // max: 720,
- // min: 240
- // }
- // }
- // },
+ constraints: {
+ video: {
+ aspectRatio: 16 / 9,
+ height: {
+ ideal: 480,
+ max: 720,
+ min: 240
+ }
+ }
+ },
// Enable / disable simulcast support.
// disableSimulcast: false,