Setting a conference room sounds=false (#5189)

Right now settings a conference room's to 'sounds=false' doesn't do anything. This fixes that bug. 

Additional updates to the script most likely need to be made after this so that conference_enter_sound and conference_exit_sound honor the value specified in the conference profile. I didn't see any code referencing the conference profile values for sounds.
This commit is contained in:
konradSC
2020-03-20 15:29:44 -04:00
committed by GitHub
parent 97ca0df3cb
commit 609be158da

View File

@@ -670,6 +670,9 @@
--set the exit sound
if (sounds == "true") then
session:execute("set","conference_exit_sound="..exit_sound);
else
session:execute("set","conference_enter_sound=none");
session:execute("set","conference_exit_sound=none");
end
--set flags and moderator controls