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 13076 - options argument for window . navigator . getUserMedia doesn't look very intuitive. Comma separated string with space.Maybe create e.x. array of objects?
Summary: options argument for window . navigator . getUserMedia doesn't look very intu...
Status: RESOLVED NEEDSINFO
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-06-28 11:11 UTC by contributor
Modified: 2012-07-18 18:41 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-06-28 11:11:16 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html
Multipage: http://www.whatwg.org/C#obtaining-local-multimedia-content
Complete: http://www.whatwg.org/c#obtaining-local-multimedia-content

Comment:
options argument for window . navigator . getUserMedia doesn't look very
intuitive. Comma separated string with space.Maybe create e.x. array of
objects?

Posted from: 95.155.33.28
User agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17
Comment 1 Ian 'Hixie' Hickson 2011-06-30 18:32:03 UTC
I'm not sure I follow. Without losing extensibility, what do you propose we use instead of this?:

   navigator.getUserMedia('audio, video user');