diff --git a/bigbluebutton-config/bin/apply-lib.sh b/bigbluebutton-config/bin/apply-lib.sh index 4be83cbfb2a9954e34aca5abf83cca86ccf3b15c..605248b3a93c1c1139025b9c31806dd716c28b58 100644 --- a/bigbluebutton-config/bin/apply-lib.sh +++ b/bigbluebutton-config/bin/apply-lib.sh @@ -225,20 +225,6 @@ disableMultipleKurentos() { yq w -i $KURENTO_CONFIG balancing-strategy ROUND_ROBIN } -setNumberOfHTML5Processes() { - HTML5_RESTRICTIONS_FILE=/usr/share/meteor/bundle/bbb-html5.conf - NUMBER_OF_PROCESSES=`echo $1 | bc` - - source $HTML5_RESTRICTIONS_FILE - - echo "setNumberOfHTML5Processes with number of processes in the range ($INSTANCE_MIN to $INSTANCE_MAX)" - echo "setNumberOfHTML5Processes with NUMBER_OF_PROCESSES=$NUMBER_OF_PROCESSES" - - sed -i -e "s|DESIRED_INSTANCE_COUNT=.*$|DESIRED_INSTANCE_COUNT=$NUMBER_OF_PROCESSES|g" $HTML5_RESTRICTIONS_FILE - - systemctl restart bbb-html5 -} - notCalled() { # @@ -267,8 +253,6 @@ source /etc/bigbluebutton/bbb-conf/apply-lib.sh #enableMultipleKurentos -#setNumberOfHTML5Processes 2 - # Shorten the FreeSWITCH "you have been muted" and "you have been unmuted" prompts # cp -r /etc/bigbluebutton/bbb-conf/sounds /opt/freeswitch/share/freeswitch