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

Is there any way to always allow camera and mic in Chrome? #190

Closed
AdamWorld opened this issue Aug 22, 2015 · 7 comments
Closed

Is there any way to always allow camera and mic in Chrome? #190

AdamWorld opened this issue Aug 22, 2015 · 7 comments

Comments

@AdamWorld
Copy link

Hi.
When i enter https://localserver:8080/r/room_id, Chrome always asks permission for the use of camera and mic.
Is there any way to always allow them?

Thank you,
Regards,

@maxzeroedge
Copy link

It asks once for a domain hoated on web, but each time for domain hosted on
localhost
On 22 Aug 2015 09:01, "AdamWorld" notifications@github.com wrote:

Hi.
When i enter https://localserver:8080/r/room_id, Chrome always asks
permission for the use of camera and mic.
Is there any way to always allow them?

Thank you,
Regards,


Reply to this email directly or view it on GitHub
#190.

@AdamWorld
Copy link
Author

it asks everytime for global ip (amazon server).

@KaptenJansson
Copy link
Contributor

HTTPS is sticky while HTTP is not.

Check chrome://settings/contentExceptions#media-stream-camera and chrome://settings/contentExceptions#media-stream-mic to see that the permissions are set to allow (for HTTPS) for the domains your are using,

@AdamWorld
Copy link
Author

yes, https asks only once but http asks permission every time and no way to include exception.

@KaptenJansson
Copy link
Contributor

That's by design.

@KaptenJansson
Copy link
Contributor

Actually, getUserMedia will only be available via HTTPS in some point I believe. You can already see a warning about it in Chrome.

@AdamWorld
Copy link
Author

thank you very much.

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

No branches or pull requests

3 participants