From e1f4f974854a70e79f8ead4160ae011a9b202b1c Mon Sep 17 00:00:00 2001 From: konradSC Date: Thu, 7 May 2020 16:01:38 -0400 Subject: [PATCH] Remove hard coded setting for moderator conf ctls (#5221) Conference Controls for moderators are hard coded. Because of this you cannot use the Conference Controls app in the web interface to create a new set of moderator controls and set them in the Conference Profile. --- app/scripts/resources/scripts/app/conference_center/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/resources/scripts/app/conference_center/index.lua b/app/scripts/resources/scripts/app/conference_center/index.lua index aa9290cd0d..6901603c19 100644 --- a/app/scripts/resources/scripts/app/conference_center/index.lua +++ b/app/scripts/resources/scripts/app/conference_center/index.lua @@ -700,7 +700,7 @@ flags = flags .. "|endconf"; end --set the moderator controls - session:execute("set","conference_controls=moderator"); + --session:execute("set","conference_controls=moderator"); end --get the conference xml_list