From f4f29fa3dd7485cfff1fbf67016982934123c601 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 23 Oct 2020 15:29:04 +0200 Subject: [PATCH] Fixed missing hidden recoder domain --- JMS/conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JMS/conf.sh b/JMS/conf.sh index 9b48065..ef4ff1c 100644 --- a/JMS/conf.sh +++ b/JMS/conf.sh @@ -41,7 +41,8 @@ curl --retry 7 --retry-delay 5 -s "$mrepo"/raw/branch/"$mbranch"/conf/prosody-Un sed -i -e 's/DOMAINname/'$domain'/g' -e 's/TURNSEC/'$turnsec'/g' -e 's/COMPSEC/'$compsec'/g' /etc/prosody/conf.avail/"$domain".cfg.lua #webappli-config -sed -i -e "/anonymousdomain:/c\anonymousdomain: 'guest.$domain'," -e '/startWithAudioMuted/c\startWithAudioMuted: true,' -e '/startWithVideoMuted/c\startWithVideoMuted: true,' -e '/fileRecordingsEnabled/c\fileRecordingsEnabled: false,' -e '/liveStreamingEnabled/c\liveStreamingEnabled: false,' -e "/^liveStreamingEnabled:.*/a\ hiddenDomain: 'recorder.$domain'," /etc/jitsi/meet/"$domain"-config.js +sed -i -e "/anonymousdomain:/c\anonymousdomain: 'guest.$domain'," -e '/startWithAudioMuted/c\startWithAudioMuted: true,' -e '/startWithVideoMuted/c\startWithVideoMuted: true,' -e '/fileRecordingsEnabled/c\fileRecordingsEnabled: false,' -e '/liveStreamingEnabled/c\liveStreamingEnabled: false,' /etc/jitsi/meet/"$domain"-config.js +sed -i "/liveStreamingEnabled:.*/a\ hiddenDomain: 'recorder.$domain'," /etc/jitsi/meet/"$domain"-config.js #Jicofo echo "org.jitsi.jicofo.auth.URL=XMPP:$domain" >>/etc/jitsi/jicofo/sip-communicator.properties