Skip to content
Snippets Groups Projects
Commit 1f0d4fba authored by Armin Co's avatar Armin Co
Browse files

Update setup.sh

Disable NoAudioDetection
Disable NoisyMicDetection
Set MaxAverage Opus Bit rate to 43kBit
Enable Layer Suspension to reduce bandwith
Require to enter a display name
parent 037d7d79
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,11 @@ make_config_dirs() { ...@@ -19,6 +19,11 @@ make_config_dirs() {
# and other jitsi configurations. # and other jitsi configurations.
set_individual_settings(){ set_individual_settings(){
# @todo change public url in patch # @todo change public url in patch
sed -i 's/^enableNoAudioDetection: true,/enableNoAudioDetection: false,' ~/.jitsi-meet-config/web/config.js
sed -i 's/^enableNoisyMicDetection: true,/enableNoisyMicDetection: false,' ~/.jitsi-meet-config/web/config.js
sed -i 's/^\/\/ opusMaxAverageBitrate: 20000,/opusMaxAverageBitrate: 43000,' ~/.jitsi-meet-config/web/config.js
sed -i 's/^\/\/ enableLayerSuspension: false,/enableLayerSuspension: true,' ~/.jitsi-meet-config/web/config.js
sed -i 's/^\/\/ requireDisplayName: true,/requireDisplayName: true,' ~/.jitsi-meet-config/web/config.js
echo "Edited config." echo "Edited config."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment