Skip to content

Commit

Permalink
RTP/RTCP mux -> RTCP mux
Browse files Browse the repository at this point in the history
replace single use of 'RTP/RTCP mux' with just 'RTCP mux' for consitency with
other uses. Also replaces RTP/RTCP-multiplexing with 'RTCP multiplexing'.
  • Loading branch information
fippo committed May 25, 2017
1 parent 5161df8 commit 3cd9daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -7533,7 +7533,7 @@ <h2>Attributes</h2>
<p>The <dfn id=
"dom-icetransport-component"><code>component</code></dfn>
attribute MUST return the ICE component of the transport. When
RTP/RTCP mux is used, a single
RTCP mux is used, a single
<code><a>RTCIceTransport</a></code> transports both RTP and RTCP
and <code>component</code> is set to "RTP".</p>
</dd>
Expand Down Expand Up @@ -7891,7 +7891,7 @@ <h3><dfn>RTCIceComponent</dfn> Enum</h3>
</tr>
<tr>
<td><dfn><code>rtp</code></dfn></td>
<td>The ICE Transport is used for RTP (or RTP/RTCP-multiplexing),
<td>The ICE Transport is used for RTP (or RTCP multiplexing),
as defined in [[!ICE]], Section 4.1.1.1. Protocols multiplexed
with RTP (e.g. data channel) share its component ID.</td>
</tr>
Expand Down

0 comments on commit 3cd9daa

Please sign in to comment.