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 22252 - usage of MUST to describe type of arguments to MediaStream() constructor
Summary: usage of MUST to describe type of arguments to MediaStream() constructor
Status: RESOLVED FIXED
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Media Capture and Streams (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: public-media-capture@w3.org
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 16:42 UTC by Dominique Hazael-Massieux
Modified: 2013-09-02 09:42 UTC (History)
1 user (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2013-06-03 16:42:02 UTC
The spec says regarding MediaStream constructor:
"If the argument is supplied, it MUST either be of type MediaStream or an array of MediaStreamTrack objects."

I would avoid MUST here (since the conformance requirement is already enforced via the WebIDL definition in any case); I would simply state: "The constructor takes an optional argument of type MediaStream or an array of MediaStreamTrack objects."
Comment 1 Dominique Hazael-Massieux 2013-09-02 09:42:06 UTC
was fixed in http://dev.w3.org/2011/webrtc/editor/archives/20130704/getusermedia.html