I am currently using a JavaScript plugin known as cameratag () in order to record videos through the web browser. This plugin utilizes a flash-based solution. When the flash application requests permission to access the webcam, it presents a security dialog:
However, when I visit other websites that also require webcam access, I encounter a different security dialog:
The second dialog is much clearer and user-friendly, allowing users to easily choose "Allow" or "Deny". On the contrary, the first dialog can be confusing with its assortment of tabs, requiring users to click "Close" in order to grant permissions.
My inquiries are as follows:
What determines which of these two dialogs is displayed?
Is there a way for me to configure the cameratag JavaScript plugin to show the simplified (#2) security dialog instead?
Thank you.