You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-jitsi/infrastructure/docker-jitsi-web/image/resources/entrypoint.sh

20 lines
410 B
Bash

#!/bin/sh
set -eu
echo "
config.disableThirdPartyRequests = true;
config.defaultLanguage = 'de';
config.resolution = 480;
config.constraints.video = {
aspectRatio: 16 / 9,
height: {
ideal: 480,
max: 480,
min: 240
};
config.channelLastN = 8;
config.enableLayerSuspension = true;
config.disableAudioLevels = true;
" >> /defaults/config.js
/init