Firefox Tomorrow

web api instance property

RTCRemoteInboundRtpStreamStats: codecId property

View on MDN ↗

The codecId property of the RTCRemoteInboundRtpStreamStats dictionary is a string that uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.

RTCRemoteInboundRtpStreamStats and RTCCodecStats objects are correlated by iterating the RTCStatsReport to find the statistics objects where RTCRemoteInboundRtpStreamStats.codecId is equal to 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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.