The RTCRtpStreamStats
dictionary's
codecId
property is a string which uniquely identifies
the object that was inspected to produce the data in the RTCCodecStats
for the RTP stream.
Syntax
var codecID = RTCRtpStreamStats.codecId;
Value
A DOMString
which uniquely identifies the object from which the contents
of the stream's RTCCodecStats
are derived.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCRtpStreamStats.codecId' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser