liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Extend the Mute All by default in a room #1323

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Add a property to the Listener module in config.xml that auto-enables Mute All 
by default in the conference.

  muteAllEnabled="true"

See discussion

   https://groups.google.com/group/bigbluebutton-users/browse_thread/thread/c0eb34f9a4166ecb

Original issue reported on code.google.com by ffdixon@gmail.com on 26 Sep 2012 at 8:02

GoogleCodeExporter commented 9 years ago
Fixed in my repository, will commit together with issue #1702 (as it's 
refactored, cannot commit alone).

To use this, when it's merged, in config.xml you will need to include:

<room startAsMuted="true"/>

The default behavior, if configuration is not present, is to be false, just as 
it works today.

Best regards,
Tiago

Original comment by eu.tdj...@gmail.com on 7 Jan 2014 at 4:47

GoogleCodeExporter commented 9 years ago
Issue 786 has been merged into this issue.

Original comment by ffdixon@gmail.com on 7 Jan 2014 at 4:42

GoogleCodeExporter commented 9 years ago
This is implemented in the following pull request.

https://github.com/bigbluebutton/bigbluebutton/pull/299

Original comment by eu.tdj...@gmail.com on 9 Jan 2014 at 6:11