Flash vs Native Webcam Permissions in Chrome 28 Flash vs Native Webcam Permissions in Chrome 28 google-chrome google-chrome

Flash vs Native Webcam Permissions in Chrome 28


If user has checked Allow and Remember options in Flash privacy panel, you can watch microphone's activityLevel attribute. After user will click on accept button, activityLevel will change value from -1 to 0 or positive number.

To detect click on deny button, you have to detect that system notification was closed. To do that watch for changes of window.height attribute in JavaScript.