Firefox Tomorrow

web api instance property

RTCRemoteOutboundRtpStreamStats: kind property

View on MDN ↗

The kind property of the RTCRemoteOutboundRtpStreamStats dictionary is a string indicating whether the described RTP stream contains audio or video media.

This string will always be the same as the kind of the MediaStreamTrack object carried by the stream. It will also match the statistics object’s 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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.