Iframe – how to access camera (cross-domain)
CHALLENGE: request access to the camera and microphone within iframe SOLUTION: use the iframe “allow” parameter It’s not a rare situation when we want to conduct a video chat in iframe. In a situation when iframe uses a different domain, access to the camera is blocked. To allow access to devices we can use the allow parameter that should […]