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

PermissionDeniedError is seen for the peerconnection/constraints page #564

Closed
selavazhagan opened this issue Jul 16, 2015 · 2 comments
Closed

Comments

@selavazhagan
Copy link

  1. Use the link https://webrtc.github.io/samples/src/content/peerconnection/constraints on the device Paine(45.0.2454.4/7262.3.0 dev)
  2. Click on 'Get Media'

Expected Result:
The media should be seen in the window below

Actual Result:
The error message is seen as s
screenshot 2015-07-16 at 2 29 57 pm
een in the screenshot attached

@fippo
Copy link
Collaborator

fippo commented Jul 16, 2015

ah... 45 adds navigator.mediaDevices.getUserMedia so it's no longer shimmed in https://github.com/webrtc/adapter
However, the non-shimmed version doesn't accept the spec-constraints. @KaptenJansson: will make a PR in adapter

@KaptenJansson
Copy link
Contributor

To give background to why this slipped by my testing, I was testing using 45.0.2441.3 while this was introduced in 45.0.2453.0 it seems.

Note to self, always test on latest and greatest.

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