- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Apr 2014 11:39:35 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25441
Bug ID: 25441
Summary: Overconstrained muted state should not link with
MediaStreamTrack.readyState
Product: WebRTC Working Group
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: kiran.guduru@samsung.com
CC: public-media-capture@w3.org
In Media Capture and Streams spec, in section 10 Event summary [1]
(non-normative) while explaining overConstrained event, it is stated as
"The affected track(s) will remain un-usable (in the "muted" readyState)",
readyState referring to MediaStreamTrack.readyState. But
MediStreamTrack.readystate has no muted attribute, instead this statement can
be modified to
"The affected track(s) will remain un-usable (in the "muted" state)"
to match with the other parts of the spec (without any link to
MediStreamTrack.readystate).
[1] http://www.w3.org/TR/mediacapture-streams/#event-summary
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Thursday, 24 April 2014 11:39:36 UTC