-
-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iframe content doesn't request "Mic and Video" permissions #2502
Comments
This was originally an intentional decision: Lines 89 to 93 in 429b5bf
Is the Iframe URL on the same domain as the parent page? For that case, we could probably enable this fairly easily. For third-party frames, we need to design a new UI for this so it's clear which domain is requesting the permission, and also make sure we match how other browsers handle this. |
Oh i see, that makes sense, in this instance it’s not the same domain, the parent is the element instance, and the iframe is jitsi, who is hosting the calls… my average annoying workaround is just to go to the source of the iframe in a new tab, however, i’m now facing the issue where i can’t screen share, and it seems perhaps this too is by design? @PalmerAL |
Yes unfortunately, see #1965 |
@PalmerAL thanks for the answers on this! any knowledge of (if) this is part of a planned roadmap? Love min and the whole concept. but this does make it hard to use as a daily. would be interested in sponsoring potentially to get implemented, i don't have any time left to look at it myself. |
It hasn't been, but I think it would be a reasonable thing to work on. I may have some time soon, but I don't want to guarantee anything. |
Expected Behavior
An embeded video call in an iFrame would request video and audio input
Actual Behavior
while the call is embeded in an iframe, no options appear to give permissions, so the frame becomes unusable, if you go directly to the source of the iframe, everything works as expected.
To Reproduce
the problem i have found is using element with jitsi for calls.
https://app.element.io/ and make a call using the jitsi plugin to reproduce, though i'm confident that this would reproduce in other setups, happy to share access to aguest room on our server to anyone needing to test. (message me directly)
The text was updated successfully, but these errors were encountered: