RTCCodecStats: transportId property
The transportId
property of the RTCCodecStats
dictionary is a string that contains the unique identifier of the corresponding transport on which this codec is being used.
You can correlate the codec and associated transport statistics by matching the RTCCodecStats.transportId
with an RTCTransportStats.id
value.
Value
A string that uniquely identifies a matching RTCTransportStats
object using its id
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtccodecstats-transportid |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
transportId in 'codec' stats |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.