RTCRtpReceiver: track property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2017.
The track
read-only property of the
RTCRtpReceiver
interface returns the MediaStreamTrack
associated with the current RTCRtpReceiver
instance.
Value
A MediaStreamTrack
instance.
Specifications
Specification |
---|
WebRTC: Real-Time Communication in Browsers> # dom-rtpreceiver-track> |
Browser compatibility
Loading…