RTCInboundRtpStreamStats: kind property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020.
Thekind property of theRTCInboundRtpStreamStats dictionary is a string indicating whether the describedRTP stream contains audio or video media.
This string will always be the same as thekind of theMediaStreamTrack object carried by the stream.It will also match the media type of the codec associated with this statistics objects (i.e., the MIME type of the associated codec'sRTCCodecStats.mimeType property).
In this article
Value
The kind is always one of:
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcrtpstreamstats-kind> |