eyeson-team / eyeson-php

eyeson video conferencing API package for PHP
MIT License
7 stars 11 forks source link

iframe chrome 88 #57

Closed juliengriffonwinwin closed 3 years ago

juliengriffonwinwin commented 3 years ago

Hi,

Since Chrome update (Version 88), camera/microphone does not work in iframe integration

Same code as before:

<iframe style="width: 100%; height: 100%; border: none; left: 0px; position:absolute;" frameborder="0" :src="visio" allow="microphone https://app.eyeson.team; camera https://app.eyeson.team" allowfullscreen />

unused commented 3 years ago

Hi there! We do not see any issue with Chrome v88 (win, osx), can you please provide some details? Your snippet seems to have some mistake in it :src="visio".

juliengriffonwinwin commented 3 years ago

Hi !

the version : Version 88.0.4324.96 (Build officiel) (x86_64)

iframe exemple :

The new chrome version refuse the permission

DeviceManager:: DOMException: Permission denied

unused commented 3 years ago

Unfortunately we cannot reproduce this issue, so just to get sure can you check if the error also occurs when using a private window where permissions are re-checked?