Back to Content

RTCRtpReceiver: track property

files/en-us/web/api/rtcrtpreceiver/track/index.md

latest351 B
Original Source

{{APIRef("WebRTC API")}}

The track read-only property of the {{domxref("RTCRtpReceiver")}} interface returns the {{domxref("MediaStreamTrack")}} associated with the current {{domxref("RTCRtpReceiver")}} instance.

Value

A {{domxref("MediaStreamTrack")}} instance.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}