How can I determine if access to the camera and mic were denied in Flash?
I can get the camera and mic, but I need to know if the user denied access.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Attach a status event listener and check if the camera is muted, see docs:
flash.media.Microphone has the same thing too.