web api instance property
RTCVideoSourceStats: kind property
The kind property of the RTCVideoSourceStats dictionary is a string with the value video.
The kind is used to differentiate between audio and video media sources when iterating an RTCStatsReport, which both have a type of media-source (a kind of audio indicates an RTCAudioSourceStats object).
Value
A string with the value video.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.