If the user blocks the camera / mic on visiting a recorder page, there is only a not suppored here message.
- User navigator.permissions to figure out the current permissions - before getting the camera
- If permission has already been allowed - then go ahead
- If permission has been blocked, pop up a dialog box that explains that to use this page they will need to allow the mic/and camera
3a. figure you what browser they are using, and give them specific instructions on how to allow the mic camera. For chrome - see if you can open a tab to chrome://settings/content/siteDetails?site=https%3A%2F%2Fundebate-qa.herokuapp.com%2F&search=permission where the can set the permissions. (make sure to use the hostname to calculate the right path.
- If permission is set to ask, show a dialog telling the user they are going to be asked for permission to use the camera and microphone.
If the user blocks the camera / mic on visiting a recorder page, there is only a not suppored here message.
3a. figure you what browser they are using, and give them specific instructions on how to allow the mic camera. For chrome - see if you can open a tab to chrome://settings/content/siteDetails?site=https%3A%2F%2Fundebate-qa.herokuapp.com%2F&search=permission where the can set the permissions. (make sure to use the hostname to calculate the right path.