W3cubDocs

/Web APIs

RTCAudioSourceStats: kind property

The RTCAudioSourceStats dictionary's kind property is a string value that is used to differentiate audio and video media sources.

Along with the type, this identifies the object as an RTCAudioSourceStats object when iterating the RTCStatsReport returned by RTCRtpSender.getStats() or RTCPeerConnection.getStats().

Value

A string with the value audio.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
kind 80 80 113 No 67 14.1 80 80 113 57 14.5 13.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCAudioSourceStats/kind