MediaStreamTrackEvent
open external class MediaStreamTrackEvent(val type: EventType<MediaStreamTrackEvent>, init: MediaStreamTrackEventInit) : Event(source)
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.