Skip to main content

Common Issues

I'm trying to turn on the microphone/camera but nothing is happening. What is going on?

If you are trying to enable to microphone or camera and it is not turning on then one thing to do is to open the Developer Console and look to see if clicking the button generates the following error in the console:

noUserMedia: Permission denied

If that message is present, then likely the issue is due to the site permissions-policy(see image below). This needs to be adjusted by your site administrator in order to have access.

No Camera Access Wordpress Site Permission

This currently affects Chrome. Other browsers may also be affected depending on whether or not they enforce the permissions-policy.

See this wordpress troubleshooting guide for more information on resolving the issue for Wordpress.