Back to Content

RTCRemoteOutboundRtpStreamStats: kind property

files/en-us/web/api/rtcremoteoutboundrtpstreamstats/kind/index.md

latest691 B
Original Source

{{APIRef("WebRTC")}}

The kind property of the {{domxref("RTCRemoteOutboundRtpStreamStats")}} dictionary is a string indicating whether the described {{Glossary("RTP")}} stream contains audio or video media.

This string will always be the same as the {{domxref("MediaStreamTrack.kind", "kind")}} of the {{domxref("MediaStreamTrack")}} object carried by the stream. It will also match the statistics object's {{domxref("RTCCodecStats.codec")}} property's media type.

Value

The kinds is always one of:

  • "audio"
    • : The stream contains audio media.
  • "video"
    • : The stream contains video media.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}