Back to Content

RTCInboundRtpStreamStats: trackIdentifier property

files/en-us/web/api/rtcinboundrtpstreamstats/trackidentifier/index.md

latest435 B
Original Source

{{APIRef("WebRTC")}}

The trackIdentifier property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary is a string that identifies the MediaStreamTrack associated with the inbound stream.

This value will match the {{domxref("MediaStreamTrack.id")}} value of the associated track.

Value

A string that identifies the associated media track.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}