mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Conference center mute only participants.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user