From 914d14f609220cffb72ca1c365b4716604d9713f Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 21 Jan 2025 15:22:51 +1100 Subject: [PATCH] mid - minor tweak --- files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md b/files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md index 0d75993d744a0d2..9b8c74b6b00d1d1 100644 --- a/files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md +++ b/files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md @@ -8,7 +8,8 @@ browser-compat: api.RTCStatsReport.type_outbound-rtp.mid {{APIRef("WebRTC")}} -The **`mid`** property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary is a string that uniquely identifies pairing of source and destination of the transceiver's stream. +The **`mid`** property of the {{domxref("RTCOutboundRtpStreamStats")}} 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