diff --git a/includes/install/scripts/conference_center.lua b/includes/install/scripts/conference_center.lua index e966420f58..75fcea3486 100644 --- a/includes/install/scripts/conference_center.lua +++ b/includes/install/scripts/conference_center.lua @@ -348,7 +348,9 @@ --set flags and moderator controls if (mute == "true") then - flags = flags .. "mute"; + if (member_type == "participant") then + flags = flags .. "mute"; + end end if (member_type == "moderator") then --set as the moderator