This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13220 - The camera preference set should be populated asynchronously after returning from getUserMedia().
Summary: The camera preference set should be populated asynchronously after returning ...
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 19:14 UTC by contributor
Modified: 2012-07-18 18:47 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-07-11 19:14:53 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/video-conferencing-and-peer-to-peer-communication.html
Multipage: http://www.whatwg.org/C#obtaining-local-multimedia-content
Complete: http://www.whatwg.org/c#obtaining-local-multimedia-content

Comment:
The camera preference set should be populated asynchronously after returning
from getUserMedia().

Posted from: 85.220.65.176
User agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110422 Linux Mint/9 (Isadora) Firefox/3.6.17
Comment 1 Ian 'Hixie' Hickson 2011-08-04 21:56:18 UTC
The reason I did it this way is so that if we decide there should be some error detection code, I can add the exception throwing without having to move stuff around. In practice it is black-box indistinguishable, so it doesn't really matter.