liuzhe02 / bigbluebutton

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

Close desktop sharing stream at server #1789

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, in 0.81, the BigBlueButton client sends an message to the Desktop 
Sharing applet to stop sharing.

However, this triggers a security dialog in the client, which sometimes appears 
behind the browser window (making it very hard for the user to understand what 
to do next).

Modify BigBlueButton so it closes the stream on the server and removes the HTML 
tags for launching the applet from the client -- both should stop the desktop 
sharing stream without the browser needing to request permissions from the user.

Original issue reported on code.google.com by ffdixon@gmail.com on 24 Aug 2014 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in 0.9.0-dev.  See

  https://github.com/bigbluebutton/bigbluebutton/commit/57b7de8b36d5e1c129f57052a4f5bd96b21b566b

and

https://github.com/bigbluebutton/bigbluebutton/commit/3c28f367864811c0ce70206845
f92ce1fded4fbd

Original comment by ffdixon@gmail.com on 24 Aug 2014 at 10:31