浏览代码

Conference center mute only participants.

Mark Crane 12 年之前
父节点
当前提交
bedc13f3ef
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      includes/install/scripts/conference_center.lua

+ 3 - 1
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