RTCInboundRtpStreamStats: codecId property
The codecId
property of the RTCInboundRtpStreamStats
dictionary is a string that uniquely identifies the object that was inspected to produce the data in the RTCCodecStats
for the RTP stream.
RTCInboundRtpStreamStats
and RTCCodecStats
objects are correlated by iterating the RTCStatsReport
to find the statistics objects where RTCInboundRtpStreamStats.codecId
is equal to RTCCodecStats.id
.
Value
A string that contains the id
of the object that was inspected to produce the RTCCodecStats
object associated with this RTP stream.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcrtpstreamstats-codecid |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
codecId in 'inbound-rtp' 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.