liuzhe02 / bigbluebutton

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

Disable/Close "Desktop sharing: presenters preview" window without closing the applet #1540

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am raising this issue so as to reduce the Download bandwidth of the Presenter.

Since, Desktop sharing does use 100 KiB to 140 KiB Download bandwidth of the 
presenter. If provided an option to close the "Desktop sharing: presenters 
preview" window the Presenter Download bandwidth may come down to 20 KiB to 40 
KiB.

Please provide an option to close the "Desktop sharing: presenters preview" 
window without closing the Desktop sharing applet.

Thanks,
Kiran.

Original issue reported on code.google.com by kirantpa...@gmail.com on 5 Jun 2013 at 3:10

GoogleCodeExporter commented 9 years ago
Can this feature be included in Release0.81 ?

Original comment by kirantpa...@gmail.com on 6 Jun 2013 at 10:50

GoogleCodeExporter commented 9 years ago
Marking this enhancement request as priority low.

We believe it is vital for the presenter to have feedback that they are 
currently sharing their desktop.  

To implement your request, we could add in a future release a property to the 
DeskShareModule to hide the preview, such as

                <module name="DeskShareModule"
                        url="http://10.0.3.3/client/DeskShareModule.swf?v=4105"
                        uri="rtmp://10.0.3.3/deskShare"
                        showButton="true"
                        autoStart="false"
                        baseTabIndex="101"
                        hidePreview="true"
                />

so using the dynamic config.xml you can selectively turn off the preview window 
for desktop sharing.

Original comment by ffdixon@gmail.com on 10 Jun 2013 at 1:31

GoogleCodeExporter commented 9 years ago
How about providing a indication icon/button for desktop sharing as below along 
with Preview window turn off and turn on,

Desktop sharing enabled - show Green icon/button

Desktop sharing disabled - show no icon/button

Original comment by kirantpa...@gmail.com on 17 Jun 2013 at 1:08