Conference center mute only participants.

This commit is contained in:
Mark Crane
2013-01-05 11:50:26 +00:00
parent ba6e3873a7
commit e77fbf2fdd
@@ -348,8 +348,10 @@
--set flags and moderator controls --set flags and moderator controls
if (mute == "true") then if (mute == "true") then
if (member_type == "participant") then
flags = flags .. "mute"; flags = flags .. "mute";
end end
end
if (member_type == "moderator") then if (member_type == "moderator") then
--set as the moderator --set as the moderator
flags = flags .. "|moderator"; flags = flags .. "|moderator";