MediaStreamTrackEvent
The MediaStreamTrackEvent interface represents events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Stream API methods. These events are sent to the stream when these changes occur.
The events based on this interface are addtrack and removetrack
Properties
Also inherits properties from its parent interface, Event.
- 
trackRead only -  
A
MediaStreamTrackobject representing the track which was added to the stream. 
Constructor
MediaStreamTrackEvent()-  
Constructs a new
MediaStreamTrackEventwith the specified configuration. 
Methods
Also inherits methods from its parent Event.
Specifications
| Specification | 
|---|
| Media Capture and Streams  # mediastreamtrackevent  | 
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
MediaStreamTrackEvent | 
55  | 
12  | 
50  | 
No  | 
42  | 
Yes  | 
55  | 
55  | 
50  | 
42  | 
Yes  | 
6.0  | 
MediaStreamTrackEvent | 
55  | 
12  | 
50  | 
No  | 
42  | 
Yes  | 
55  | 
55  | 
50  | 
42  | 
Yes  | 
6.0  | 
track | 
Yes  | 
12  | 
Yes  | 
No  | 
Yes  | 
Yes  | 
Yes  | 
Yes  | 
Yes  | 
Yes  | 
Yes  | 
Yes  | 
See also
- 
addtrackandremovetrackevents - 
MediaStream:onaddtrackandonremovetrack MediaStreamTrack- Media Streams API
 
    © 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
    https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackEvent