web api instance property
RTCAudioSourceStats: type property
The type property of the RTCAudioSourceStats dictionary is a string with value media-source.
The type of media-source identifies the type of statistics as either RTCAudioSourceStats or RTCVideoSourceStats when iterating the RTCStatsReport returned by getStats() or getStats().
The type of stats can further be differentiated using the kind, which will be audio for RTCAudioSourceStats.
Value
A string with the value media-source.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.