org.scalajs.dom.experimental.mediastream
The track has ended (the track's underlying media source is no longer providing data, and will never provide more data for this track).
The track has ended (the track's underlying media source is no longer providing data, and will never provide more data for this track). Once a track enters this state, it never exits it.
For example, a video track in a MediaStream ends if the user unplugs the USB web camera that acts as the track's media source.
The track is active (the track's underlying media source is making a best-effort attempt to provide data in real time).
The track is active (the track's underlying media source is making a best-effort attempt to provide data in real time). The output of a track in the live state can be switched on and off with the enabled attribute.
The track type is new and has not been initialized (connected to a source of any kind).
The track type is new and has not been initialized (connected to a source of any kind). This state implies that the track's label will be the empty string.