[Bug 25440] MediaStreamTrack.readyState has no muted attribute

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25440

--- Comment #2 from Kiran <kiran.guduru@samsung.com> ---
(In reply to Adam Bergkvist from comment #1)
> (In reply to Kiran from comment #0)
> > In WebRTC spec [1] in section 9.2.2 Events on MediaStream,
> > the ready state attribute has been initialized to muted.
> > 
> > But MediaStreamTrack readyState [2] does not contain "muted" state. It
> > contains only new, live and ended states.
> 
> Thanks for spotting this. It's old stuff that hasn't been updated after
> "muted" was removed as a state. 
> 
> > 
> > Since "muted" state is also considered as "live" state [3], perhaps it may
> > be initialized to "live" instead of muted.
> > 
> > or
> > 
> > It should be initialized with "live" if the connection is established (which
> > is the source for a remote stream) otherwise with "live".
> 
> Do you mean "new" in the latter case?

Yes it is "new", Sorry for the typo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Friday, 25 April 2014 11:10:40 UTC