- From: Nils Ohlmeier <nohlmeier@mozilla.com>
- Date: Tue, 17 Dec 2013 13:03:16 -0800
- To: "public-webrtc@w3.org" <public-webrtc@w3.org>
Received on Tuesday, 17 December 2013 21:03:44 UTC
Hello, I believe I found a bug in the WebRTC draft http://dev.w3.org/2011/webrtc/editor/webrtc.html In section 12.3 it says: ' A track in a |MediaStream|, received with an ||RTCPeerConnection| <http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCPeerConnection>|, /MUST/ have its |readyState| attribute [GETUSERMEDIA <http://dev.w3.org/2011/webrtc/editor/webrtc.html#bib-GETUSERMEDIA>] set to |muted| until media data arrives.' But the enum for MediaStreamTrackState in http://www.w3.org/TR/mediacapture-streams/ does not have a state 'muted'. I assume the sentence in the WebRTC draft should be changed to say "... set to to new until media data arrives." Best regards Nils Ohlmeier WebRTC QE Mozilla
Received on Tuesday, 17 December 2013 21:03:44 UTC