[Bug 25440] MediaStreamTrack.readyState has no muted attribute

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

Adam Bergkvist <adam.bergkvist@ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam.bergkvist@ericsson.com

--- Comment #1 from Adam Bergkvist <adam.bergkvist@ericsson.com> ---
(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?

-- 
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 10:54:36 UTC