-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RTCInboundRtpStreamStats.mid - add (#37732)
- Loading branch information
1 parent
327710f
commit 628d5bc
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "RTCInboundRtpStreamStats: mid property" | ||
short-title: mid | ||
slug: Web/API/RTCInboundRtpStreamStats/mid | ||
page-type: web-api-instance-property | ||
browser-compat: api.RTCStatsReport.type_inbound-rtp.mid | ||
--- | ||
|
||
{{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}} |