Il widget HTML di Wix utilizza un iframe nidificato.

Per permettere a KeyMeeting di funzionare in un iframe nidificato, deve essere inserito alla fine del body tag allow=“camera,microphone” :

var iframes = document.querySelectorAll(“iframe”); // trova tutti gli iframe
for (var i = 0; i < iframes.length; i++) {
var name = iframes[i].getAttribute(“name”)
if (name.includes(“htmlComp”)) {
iframes[i].setAttribute(“allow”, “microphone; camera”)
}
}

Feedback

E’ stato d’aiuto?

Si No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Pubblica il tuo feedback su questo topic.

Pubblica commento