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.
This commit is contained in:
parent
99ac39d3e9
commit
e1f4f97485
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue