In the upcoming Chrome 64 release, there will be a breaking change to force iFrames to explicitly request camera and microphone access. Without the modification, clients will not be able to use webRTC applications that are embedded within iFrames. New embeds generated using the Account Portal will be compliant with the change, however embeds already in use will need to be modified.
This can be done by adding this code to the iFrame tag:
allow="microphone; camera"
An embed iFrame will now look like this:
<iframe
src="https://...."
width=640
height=480
allow="microphone; camera"></iframe>
If you have any questions about this change, please reach out to us at support@tokbox.com. Interested in reading more? Check out these links: