Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTP/RTCP mux -> RTCP mux #1247

Merged
merged 1 commit into from Jun 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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