c4k-jitsi/infrastructure/docker-jitsi-web/image/resources/entrypoint.sh

20 lines
410 B
Bash
Raw Normal View History

2022-04-08 12:36:18 +00:00
#!/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
2022-04-08 13:17:14 +00:00
};
2022-04-08 12:36:18 +00:00
config.channelLastN = 8;
config.enableLayerSuspension = true;
config.disableAudioLevels = true;
2022-04-08 13:46:51 +00:00
" >> /defaults/config.js
2022-04-08 12:36:18 +00:00
/init