This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dev.w3.org/2011/webrtc/editor/getusermedia.html refers to MediaStreamTrackEvent but doesn't define it. It used to be defined at http://dev.w3.org/2011/webrtc/editor/webrtc-20120720.html#mediastreamtrackevent but in the latest revision (http://dev.w3.org/2011/webrtc/editor/webrtc.html) it's no longer mentioned.
It seems that it was lost when the Media Stream API was moved to the Media Capture spec.
mediastreamevent is still in webrtc draft,section 14.2 http://dev.w3.org/2011/webrtc/editor/webrtc.html#mediastreamevent (In reply to comment #0) > http://dev.w3.org/2011/webrtc/editor/getusermedia.html refers to > MediaStreamTrackEvent but doesn't define it. It used to be defined at > > http://dev.w3.org/2011/webrtc/editor/webrtc-20120720. > html#mediastreamtrackevent > > but in the latest revision > (http://dev.w3.org/2011/webrtc/editor/webrtc.html) it's no longer mentioned.
(In reply to comment #2) > mediastreamevent is still in webrtc draft,section 14.2 > http://dev.w3.org/2011/webrtc/editor/webrtc.html#mediastreamevent Yes, MediaStreamEvent is only used by PeerConnection a.t.m. so it's in the section that extends the Media Stream API for network use.
Adam, I'm assigning this to you. The MediaStreamTrackEvent is referenced in section 7 of the spec, and it's not the same as the webrtc spec's MediaStreamEvent - it's needed to get a complete signature on the onaddtrack and onremovetrack event handlers of a MediaStream.
Fixed in May 29, 2013 version. http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastreamtrackevent