- From: <bugzilla@jessica.w3.org>
- Date: Wed, 02 Apr 2014 09:54:08 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25230 Bug ID: 25230 Summary: readyState attribute must be inherited while cloning a MediaStreamTrack 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 The readyState attribute of an existing MediaStreamTrack should be inherited by a newly created MediaStreamTrack, which is created using clone() method. The following line Let trackClone inherit this track's underlying source, kind, label and enabled attributes, as well as its currently active constraints. should be modified as Let trackClone inherit this track's underlying source, kind, label, enabled and readyState attributes, as well as its currently active constraints. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
Received on Wednesday, 2 April 2014 09:54:09 UTC