Skip to content

Commit 8da34f4

Browse files
authored
Fix typos and redirected links in WebRTC (mdn#8715)
1 parent 5756919 commit 8da34f4

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

files/en-us/web/api/rtcicecandidatepairstats/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 id="Properties">Properties</h2>
3636
<dd>Provides an informative value representing the available inbound capacity of the network by reporting the total number of bits per second available for all of the candidate pair's incoming {{Glossary("RTP")}} streams. This does not take into account the size of the {{Glossary("IP")}} overhead, nor any other transport layers such as {{Glossary("TCP")}} or {{Glossary("UDP")}}.</dd>
3737
<dt>{{domxref("RTCIceCandidatePairStats.availableOutgoingBitrate", "availableOutgoingBitrate")}} {{optional_inline}}</dt>
3838
<dd>Provides an informative value representing the available outbound capacity of the network by reporting the total number of bits per second available for all of the candidate pair's outoing {{Glossary("RTP")}} streams. This does not take into account the size of the {{Glossary("IP")}} overhead, nor any other transport layers such as {{Glossary("TCP")}} or {{Glossary("UDP")}}.</dd>
39-
<dt>{{domxref("RTCIceCandidatePairStats.bytesReceieved", "bytesReceieved")}} {{optional_inline}}</dt>
39+
<dt>{{domxref("RTCIceCandidatePairStats/bytesReceived", "bytesReceived")}} {{optional_inline}}</dt>
4040
<dd>The total number of payload bytes received (that is, the total number of bytes received minus any headers, padding, or other administrative overhead) on this candidate pair so far.</dd>
4141
<dt>{{domxref("RTCIceCandidatePairStats.bytesSent", "bytesSent")}} {{optional_inline}}</dt>
4242
<dd>The total number of payload bytes sent (that is, the total number of bytes sent minus any headers, padding, or other administrative overhead) so far on this candidate pair.</dd>

files/en-us/web/api/rtcrtpreceiver/getstats/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: RTCRtpReceiver.getStats()
33
slug: Web/API/RTCRtpReceiver/getStats
44
tags:
5-
- API
6-
- Media
7-
- Method
8-
- RTCRtpReceiver
9-
- Reference
10-
- WebRTC
11-
- WebRTC API
12-
- WebRTC Statistics
13-
- WebRTC Statistics API
14-
- getStats
5+
- API
6+
- Media
7+
- Method
8+
- RTCRtpReceiver
9+
- Reference
10+
- WebRTC
11+
- WebRTC API
12+
- WebRTC Statistics
13+
- WebRTC Statistics API
14+
- getStats
1515
browser-compat: api.RTCRtpReceiver.getStats
1616
---
1717
<div>{{APIRef("WebRTC")}}</div>
@@ -39,7 +39,7 @@ <h3 id="Return_value">Return value</h3>
3939
<h2 id="Example">Example</h2>
4040

4141
<p>This simple example obtains the statistics for an <code>RTCRtpReceiver</code> and
42-
updates an element's {{domxref("Node.innerText", "innerText")}} to display the number of
42+
updates an element's {{domxref("HTMLElement/innerText", "innerText")}} to display the number of
4343
packets lost.</p>
4444

4545
<pre class="brush: js">receiver.getStats().then(function(stats) {

files/en-us/web/api/rtcrtpsender/getstats/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: RTCRtpSender.getStats()
33
slug: Web/API/RTCRtpSender/getStats
44
tags:
5-
- API
6-
- Media
7-
- Method
8-
- RTCRtpSender
9-
- Reference
10-
- WebRTC
11-
- WebRTC Statistics
12-
- WebRTC Statistics API
13-
- getStats
5+
- API
6+
- Media
7+
- Method
8+
- RTCRtpSender
9+
- Reference
10+
- WebRTC
11+
- WebRTC Statistics
12+
- WebRTC Statistics API
13+
- getStats
1414
browser-compat: api.RTCRtpSender.getStats
1515
---
1616
<div>{{APIRef("WebRTC")}}</div>
@@ -39,7 +39,7 @@ <h3 id="Return_value">Return value</h3>
3939
<h2 id="Example">Example</h2>
4040

4141
<p>This simple example obtains the statistics for an <code>RTCRtpSender</code> and updates
42-
an element's {{domxref("Node.innerText", "innerText")}} to display the current round
42+
an element's {{domxref("HTMLElement/innerText", "innerText")}} to display the current round
4343
trip time for requests on the sender.</p>
4444

4545
<pre class="brush: js">sender.getStats().then(function(stats) {
@@ -59,7 +59,7 @@ <h2 id="Browser_compatibility">Browser compatibility</h2>
5959
<h2 id="See_also">See also</h2>
6060

6161
<ul>
62-
<li><a href="/en-US/docs/Web/Guide/API/WebRTC_API">WebRTC</a></li>
62+
<li><a href="/en-US/docs/Web/API/WebRTC_API">WebRTC API</a></li>
6363
<li>{{domxref("RTCStatsReport")}}</li>
6464
<li>{{domxref("RTCRtpReceiver.getStats()")}}</li>
6565
<li>{{domxref("RTCPeerConnection.getStats()")}}</li>

files/en-us/web/api/rtctrackevent/receiver/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
title: RTCTrackEvent.receiver
33
slug: Web/API/RTCTrackEvent/receiver
44
tags:
5-
- API
6-
- Media
7-
- Property
8-
- RTCRtpReceiver
9-
- RTCTrackEvent
10-
- RTP
11-
- Read-only
12-
- Reference
13-
- WebRTC
14-
- WebRTC API
15-
- events
16-
- receiver
17-
- track
5+
- API
6+
- Media
7+
- Property
8+
- RTCRtpReceiver
9+
- RTCTrackEvent
10+
- RTP
11+
- Read-only
12+
- Reference
13+
- WebRTC
14+
- WebRTC API
15+
- events
16+
- receiver
17+
- track
1818
browser-compat: api.RTCTrackEvent.receiver
1919
---
2020
<div>{{APIRef("WebRTC")}}</div>
@@ -32,7 +32,7 @@ <h2 id="Syntax">Syntax</h2>
3232
<h3 id="Value">Value</h3>
3333

3434
<p>The {{domxref("RTCRtpTransceiver")}} which pairs the <code>receiver</code> with a
35-
sender and other properties which establish a single bidirectional {{Glossary("SRTP")}}
35+
sender and other properties which establish a single bidirectional {{Glossary("RTP", "SRTP")}}
3636
stream for use by the {{domxref("RTCTrackEvent.track", "track")}} associated with the
3737
<code>RTCTrackEvent</code>.</p>
3838

files/en-us/web/api/rtctrackevent/transceiver/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: RTCTrackEvent.transceiver
33
slug: Web/API/RTCTrackEvent/transceiver
44
tags:
5-
- API
6-
- Media
7-
- Property
8-
- RTCTrackEvent
9-
- RTP
10-
- Reference
11-
- Transceiver
12-
- WebRTC
13-
- WebRTC API
14-
- events
5+
- API
6+
- Media
7+
- Property
8+
- RTCTrackEvent
9+
- RTP
10+
- Reference
11+
- Transceiver
12+
- WebRTC
13+
- WebRTC API
14+
- events
1515
browser-compat: api.RTCTrackEvent.transceiver
1616
---
1717
<div>{{APIRef("WebRTC")}}</div>
@@ -33,7 +33,7 @@ <h2 id="Syntax">Syntax</h2>
3333
<h3 id="Value">Value</h3>
3434

3535
<p>The {{domxref("RTCRtpTransceiver")}} which pairs the <code>receiver</code> with a
36-
sender and other properties which establish a single bidirectional {{Glossary("SRTP")}}
36+
sender and other properties which establish a single bidirectional {{Glossary("RTP", "SRTP")}}
3737
stream for use by the {{domxref("RTCTrackEvent.track", "track")}} associated with the
3838
<code>RTCTrackEvent</code>.</p>
3939

0 commit comments

Comments
 (0)