Skip to content

Commit

Permalink
mid - minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 21, 2025
1 parent b46a7d1 commit 914d14f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/api/rtcoutboundrtpstreamstats/mid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 914d14f

Please sign in to comment.