RTCInboundRtpStreamStats: codecId property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
ThecodecId property of theRTCInboundRtpStreamStats dictionary is a string that uniquely identifies the object that was inspected to produce the data in theRTCCodecStats for theRTP stream.
RTCInboundRtpStreamStats andRTCCodecStats objects are correlated by iterating theRTCStatsReport to find the statistics objects whereRTCInboundRtpStreamStats.codecId is equal toRTCCodecStats.id.
In this article
Value
A string that contains theid of the object that was inspected to produce theRTCCodecStats object associated with this RTP stream.
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcrtpstreamstats-codecid> |