Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaStreamTrack.readyState has no muted attribute #43

Closed
dontcallmedom opened this issue Dec 15, 2014 · 0 comments
Closed

MediaStreamTrack.readyState has no muted attribute #43

dontcallmedom opened this issue Dec 15, 2014 · 0 comments

Comments

@dontcallmedom
Copy link
Member

Originally reported on W3C Bugzilla ISSUE-25440 Thu, 24 Apr 2014 11:28:42 GMT
Reported by Kiran
Assigned to

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.

enum MediaStreamTrackState {
"new",
"live",
"ended"
};

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".

[1] http://dev.w3.org/2011/webrtc/editor/webrtc.html#events-on-mediastream
[2] http://www.w3.org/TR/mediacapture-streams/#idl-def-MediaStreamTrackState
[3] https://www.w3.org/Bugs/Public/show_bug.cgi?id=22259

dontcallmedom pushed a commit that referenced this issue Aug 26, 2016
Fix URL of icon on README, which is broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant