Back to Content

RTCInboundRtpStreamStats: mid property

files/en-us/web/api/rtcinboundrtpstreamstats/mid/index.md

latest519 B
Original Source

{{APIRef("WebRTC")}}

The mid property of the {{domxref("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 {{domxref("RTCRtpTransceiver.mid")}}, unless that value is null, in which case this statistic property is not present.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}