forked from switnet/quick-jibri-installer
update comment
This commit is contained in:
parent
78c788c78e
commit
60dcff3265
|
@ -820,7 +820,7 @@ fi
|
||||||
|
|
||||||
# Disable "Blur my background" until new notice
|
# Disable "Blur my background" until new notice
|
||||||
sed -i "s|'videobackgroundblur', ||" $INT_CONF
|
sed -i "s|'videobackgroundblur', ||" $INT_CONF
|
||||||
#Setup prosody conf file==================================
|
#================== Setup prosody conf file =================
|
||||||
|
|
||||||
#Setup secure rooms
|
#Setup secure rooms
|
||||||
SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1)
|
SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1)
|
||||||
|
@ -838,7 +838,7 @@ VirtualHost "guest.$DOMAIN"
|
||||||
lobby_muc = "lobby.$DOMAIN"
|
lobby_muc = "lobby.$DOMAIN"
|
||||||
main_muc = "conference.$DOMAIN"
|
main_muc = "conference.$DOMAIN"
|
||||||
muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" }
|
muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" }
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"speakerstats";
|
"speakerstats";
|
||||||
"conference_duration";
|
"conference_duration";
|
||||||
|
|
Loading…
Reference in New Issue