Embedded Experience Doesn't Have Camera / Motion Permissions
If you're seeing the Camera Access Was Denied or Motion Sensor Permissions Were Denied message when embedding your MyWebAR experience into a website using an iframe tag, please check if the following requirements are met:
1
The webpage you're embedding your experience into must have a valid SSL certificate. If the certificate is valid but you're still seeing this message, please make sure that you're using https:// link to access the webpage and not the http:// one.
2
Make sure that your iframe code has all of the following attributes: allow="camera;gyroscope;accelerometer;magnetometer;xr-spatial-tracking;microphone;"
Please see the detailed embedding guide for reference.
Related Topics: