Skip to content

Commit

Permalink
Merge pull request #31 from w3c/aboba-patch-5
Browse files Browse the repository at this point in the history
Distinguishing between various RTCIceTransports
  • Loading branch information
aboba committed Jan 24, 2020
2 parents 1ac3524 + c1a051a commit d01883e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Expand Up @@ -80,7 +80,13 @@ <h2>Terminology</h2>
<section id="rtcicetransport*">
<h2><code>RTCIceTransport</code> Extensions</h2>
<p>The <code><a>RTCIceTransport</a></code> extensions allow construction of
an <code><a>RTCIceTransport</a></code> without offer/answer.</p>
an <code><a>RTCIceTransport</a></code> without offer/answer. This specification
differs from the approach taken in [[ORTC]] in that it does not define a distinct
<code>RTCIceGatherer</code> object, instead adding methods for control of ICE
candidate gathering to <code><a>RTCIceTransport</a></code>. As a result, an
application can test for support of this specification by checking for the
<code><a>RTCIceTransport</a>.start()</code> method, and the absence of
an <code>RTCIceGatherer</code> object.</p>
<section id="rtciceparameters*">
<h3><dfn>RTCIceParameters</dfn> Dictionary</h3>
<p>The <code>RTCIceParameters</code> dictionary includes the ICE username
Expand Down

0 comments on commit d01883e

Please sign in to comment.