liuzhe02 / bigbluebutton

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

In Client config.xml add a property to disable the microphone #1509

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Add a property enableMicrophone="false" that will disable the microphone for a 
user

                <module name="PhoneModule"
                        enableMicrophone="false"
                />

This will enable a 3rd party application using the dynamic config.xml to lock 
down a user by disabling their microphone.

Original issue reported on code.google.com by ffdixon@gmail.com on 17 May 2013 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 17 May 2013 at 12:37

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

Original comment by ffdixon@gmail.com on 17 May 2013 at 12:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You can already do this. If you set "presenterShareOnly" to true only listen 
only mode will be available. 
https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/
resources/config.xml.template#L55

Original comment by capil...@gmail.com on 20 Mar 2015 at 4:25