hazymayon / bigbluebutton

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

Ability to disable BBB modules #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Configure the Config.xml as per the attached file.

What is the expected output? What do you see instead?

The "presenter" button doesn't work any more.

What version of the product are you using? On what operating system?

Version 0.63 on Linux running on top of VMPlayer.

Please provide any additional information below:

I am trying to customize the BBB client in such a way that I only have 
the "DesktopShare" module loaded while disabling the other modules. Based 
on a previous posting, the way I am 
doing that is by customizing the config.xml file. My current config.xml 
file is currently customized as follows: 
 "ViewersModule" - loadNextModule= "DeskShareModule" 
  "DeskShareModule" - loadNextModule= "PresentationModule" 
(In other words I am currently just loading the modules: 
ViewersModule, DeskShareModule and PresentationModule" 

My understanding is that the "presentationModule" is used to upload 
presentations, a functionality that I would like to disable for the time 
being. When I remove "PresentationModule" from the above dependency List I 
can disable the presentation dialog, but the problem is that when I do that 
the "presenter" button does not work any more and I cannot assign any 
user as a presenter anymore. 

It would be great if we can disable the "PresentationModule" without
impacting the ability to set users in the UI as moderators.

Original issue reported on code.google.com by wadesign...@gmail.com on 1 Feb 2010 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 1 Feb 2010 at 9:52