-
Notifications
You must be signed in to change notification settings - Fork 100
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
getUserMedia works wrong #68
Comments
It was a design choice to let the user override the request made by the website. @agouaillard : what do you think? |
I think the spec is clear. On Thu, Apr 30, 2015 at 10:07 AM, Jacques-Olivier Haché <
Alex. Gouaillard, PhD, PhD, MBACTO - Temasys Communications, S'pore / Mountain View President - CoSMo Software, Cambridge, MAsg.linkedin.com/agouaillard |
I agree with @agouaillard. We should not allow the user to overwrite what is being requested by the JS app. Please note that this should also be applicable for the case where the constraint has audio: false. In this case the user should not be allowed to select a recording device. |
Alright, ticket open in JIRA. |
Hey, |
1 - FYI, I implemented the forced respect of the constraints last week. it will be a part of the next release. |
Sounds good!
|
Also could you please let me know when next release will be? |
A release including those fixes was done on Aug 13, closing this issue. |
Hey guys,
When I path to the getUserMedia { audio: true, video: false } I still can select video in the popup window. After it I'll be able to get video stream from the stream object in the getUserMedia success callback.
Thanks!
The text was updated successfully, but these errors were encountered: