The id
property of the RTCAudioSourceStats
dictionary is a string which uniquely identifies the object for which this object provides statistics.
Using the id
, you can correlate this statistics object with others, in order to monitor statistics over time for a given WebRTC object, such as an RTCPeerConnection
, or an RTCDataChannel
.