forked from switnet/quick-jibri-installer
Disable blur my bg
Since this beta is not proven to work, it will be disabled for now.
This commit is contained in:
parent
b766d86a08
commit
62f9e784b5
|
@ -495,6 +495,9 @@ else
|
|||
fi
|
||||
done
|
||||
|
||||
# Temporary disable "Blur my background" until is stable
|
||||
sed -i "s|'videobackgroundblur', ||" $INT_CONF
|
||||
|
||||
#Enable secure rooms?
|
||||
cat << P_SR >> $PROSODY_FILE
|
||||
VirtualHost "$DOMAIN"
|
||||
|
|
Loading…
Reference in New Issue