From 2c426e16adaa925c8d65e59f03569d0cc5119a60 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 2 Sep 2025 05:09:59 -0600 Subject: [PATCH] remove deprecated virtualhost --- quick_jibri_installer.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 6f37cfa..7ce0015 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -837,18 +837,6 @@ if [ "$ENABLE_SC" = "yes" ]; then fi sleep .1 -# Test built-in setup for jibri recorder. -##Enable jibri recording by defatul (SC & JWT) -#cat << REC-JIBRI >> "$PROSODY_FILE" -# -#VirtualHost "recorder.$DOMAIN" -# modules_enabled = { -# "ping"; -# } -# authentication = "internal_hashed" -# -#REC-JIBRI - #Enable Jibri withelist sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"