RTCInboundRtpStreamStats: trackIdentifier property
Baseline
2023
Newly available
Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The trackIdentifier
property of the RTCInboundRtpStreamStats
dictionary is a string that identifies the MediaStreamTrack
associated with the inbound stream.
This value will match the MediaStreamTrack.id
value of the associated track.
Value
A string that identifies the associated media track.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-trackidentifier> |
Browser compatibility
Loading…