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:
@@ -670,6 +670,9 @@
|
|||||||
--set the exit sound
|
--set the exit sound
|
||||||
if (sounds == "true") then
|
if (sounds == "true") then
|
||||||
session:execute("set","conference_exit_sound="..exit_sound);
|
session:execute("set","conference_exit_sound="..exit_sound);
|
||||||
|
else
|
||||||
|
session:execute("set","conference_enter_sound=none");
|
||||||
|
session:execute("set","conference_exit_sound=none");
|
||||||
end
|
end
|
||||||
|
|
||||||
--set flags and moderator controls
|
--set flags and moderator controls
|
||||||
|
|||||||
Reference in New Issue
Block a user