Back to Content

RTCTrackEvent: track property

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

latest454 B
Original Source

{{APIRef("WebRTC")}}

The WebRTC API interface {{domxref("RTCTrackEvent")}}'s read-only track property specifies the {{domxref("MediaStreamTrack")}} that has been added to the {{domxref("RTCPeerConnection")}}.

Value

A {{domxref("MediaStreamTrack")}} indicating the track which has been added to the {{domxref("RTCPeerConnection")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}