Skip to content
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

Feature: Allow iframe options #186

Open
solracsf opened this issue Mar 29, 2020 · 8 comments
Open

Feature: Allow iframe options #186

solracsf opened this issue Mar 29, 2020 · 8 comments

Comments

@solracsf
Copy link
Member

solracsf commented Mar 29, 2020

Problem:

  1. Create link to a website that needs camera permission
  2. Permission will not be allowed as the <iframe> link does not contain the allow="" option.

For now, we've simply manually added it to

<iframe id="ifm" src="<?php p($_['url']); ?>" allowfullscreen></iframe>

Like #143

but an option could be to insert a simple checkbox on the params like
'Allow camera and microphone? [x]' that would add allow="camera;microphone" into that line if checked.

I think these two are the most common options.

@nickvergessen
Copy link
Member

Instead you could use the redirect option

@solracsf
Copy link
Member Author

Sure, if only i didn't wish to have the webpage embed 🎃

@Ludovicis
Copy link

Ludovicis commented May 14, 2020

Hello,

For BigBlueButton for exemple:

<iframe id="ifm" src="<?php p($_['url']); ?>" allow="camera;microphone;geolocation;display-capture"; allowfullscreen></iframe>

display-capture for screen share

@krakazyabra
Copy link

Hello. Is there some update for this question?

@rtest12
Copy link

rtest12 commented Jan 18, 2022

<iframe id="ifm" src="<?php p($_['url']); ?>" allow="camera; microphone; fullscreen; display-capture; autoplay"; allowfullscreen></iframe>

For some reason it didn't work for me...

@MoritzDPTV
Copy link

Is there a solution to this issue yet?

@ddm231
Copy link

ddm231 commented Dec 11, 2022

Hey,

I‘m looking for a solution, too. I want to make it easy for my users, joining a video conference.

@provokateurin
Copy link
Member

Hi everyone,
sorry that this has not been implemented yet.
Please take a look at #238 (comment) where I outlined what needs to be done to have this implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants