shettima / bigbluebutton

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

Allow users to cause remember their microphone and camera access levels #1369

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently when the client requests the microphone the security window that pops 
up doesn't allow for remembering the users settings. It would be a nice 
addition to get a different pop up that would allow saving.

I found a post here, 
http://stackoverflow.com/questions/9385693/how-to-implement-simpler-microphone-p
ermission-dialog-box-in-flash, that talked about how to force the simplified 
settings window that we're getting now and you can reverse the method.

Flash goes to the simplified settings when you try to loopback the mic for 
testing. If we instead didn't loopback till the user has allow their mic it 
might fix the issue.

Because you're not using the mic till after it's been accepted you have to 
remember to call Security.showSettings() to prompt the user. This way they can 
save their settings.

Original issue reported on code.google.com by capil...@gmail.com on 6 Dec 2012 at 7:50

GoogleCodeExporter commented 9 years ago
I just found this post as well that shows how to tell if the user has allowed 
their mic before you popup the security settings. 
http://stackoverflow.com/questions/6947927/flash-as3-is-there-a-way-to-obtain-th
e-current-security-settings-restrictions

Original comment by capil...@gmail.com on 6 Dec 2012 at 7:56

GoogleCodeExporter commented 9 years ago
See attached image for what will now show to the users.

Original comment by ffdixon@gmail.com on 6 Dec 2012 at 9:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by capil...@gmail.com on 6 Dec 2012 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 18 Dec 2012 at 4:19