Results 1 - 3 of 3

MediaStreamTrack.readyState

The read-only property MediaStreamTrack.readyState returns an enumerated value giving the status of the track.
API Media Stream API MediaStreamTrack Property Read-only readyState Reference

MediaStreamTrack.stop()

The MediaStreamTrack.stop() method stops playing the source associated with the track. Both the source and the track are deassociated. The track state is set to ended.
API Media Stream API MediaStreamTrack Method Reference Référence stop WebRTC

MediaStream.clone()

The clone() method of the MediaStream interface creates a duplicate of the MediaStream. This new MediaStream object has a new unique id and contains clones of every MediaStreamTrack contained by the MediaStream on which clone() was called.
API clone Media Capture and Streams Media Stream API MediaStream Method Reference