W3cubDocs

/Web APIs

RTCInboundRtpStreamStats: mid property

Baseline 2025
Newly available

Since ⁨February 2025⁩, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

The mid property of the RTCInboundRtpStreamStats dictionary is a string that contains the media id negotiated between the local and remote peers. This uniquely identifies the pairing of source and destination for the transceiver's stream.

Value

The value of the corresponding RTCRtpTransceiver.mid, unless that value is null, in which case this statistic property is not present.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
mid 105 105 135 91 17 105 135 72 17 20.0 105 17

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