Skip to content

Commit

Permalink
Add more of the missing in-prose definitions
Browse files Browse the repository at this point in the history
for #978
  • Loading branch information
dontcallmedom committed Jan 16, 2017
1 parent 5a127bf commit 7b430bb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ <h2>Dictionary <dfn>RTCOfferOptions</dfn> Members</h2>
</section>
</div>
<div>
<p>The <dfn>RTCAnswerOptions</dfn> dictionary describe options specific to session description of type <code>answer</code> (none in this version of the specification).</p>
<pre class="idl">
dictionary RTCAnswerOptions : RTCOfferAnswerOptions {
};</pre>
Expand Down Expand Up @@ -1623,7 +1624,7 @@ <h2>Methods</h2>
<dt><code>setLocalDescription</code></dt>
<dd>
<p>The <dfn id=
"dom-peerconnection-setlocaldescription"><code>setLocalDescription</code></dfn>
"dom-peerconnection-setlocaldescription"><code>setLocalDescription()</code></dfn>
method instructs the <code><a>RTCPeerConnection</a></code> to
apply the supplied
<code><a>RTCSessionDescriptionInit</a></code> as the local
Expand Down Expand Up @@ -5010,7 +5011,7 @@ <h2>Methods</h2>
"methods">
<dt><code>getCapabilities</code>, static</dt>
<dd>
<p>The <dfn><code>RTCRtpSender.getCapabilities</code></dfn>
<p>The <dfn>getCapabilities()</dfn>
method returns the most optimist view on the capabilities of the
system for sending media of the given kind. It does not reserve
any resources, ports, or other state but is meant to provide a
Expand Down Expand Up @@ -5132,7 +5133,7 @@ <h2>Methods</h2>
</dd>
<dt><code>getParameters</code></dt>
<dd>
<p>The <dfn><code>RTCRtpSender.getParameters</code></dfn> method
<p>The <dfn>getParameters()</dfn> method
returns the <code><a>RTCRtpSender</a></code> object's current
parameters for how <code>track</code> is encoded and transmitted
to a remote <code><a>RTCRtpReceiver</a></code>. It may used with
Expand Down Expand Up @@ -5883,7 +5884,7 @@ <h2>Methods</h2>
class="methods">
<dt><code>getCapabilities</code>, static</dt>
<dd>
<p>The <dfn><code>RTCRtpReceiver.getCapabilities</code></dfn>
<p>The <dfn>getCapabilities()</dfn>
method returns the most optimistic view of the capabilities of
the system for receiving media of the given kind. It does not
reserve any resources, ports, or other state but is meant to
Expand Down Expand Up @@ -5920,7 +5921,7 @@ <h2>Methods</h2>
</dd>
<dt><code>getParameters</code></dt>
<dd>
<p>The <dfn><code>RTCRtpReceiver.getParameters</code></dfn> method
<p>The <dfn>getParameters()</dfn> method
returns the <code>RTCRtpReceiver</code> object's current parameters
for how <code>track</code> is decoded.</p>
<div>
Expand Down Expand Up @@ -9750,7 +9751,7 @@ <h2><dfn>RTCIdentityProviderOptions</dfn> Members</h2>
attribute DOMString name;
};</pre>
<section>
<h2>Attributes</h2>
<h2><dfn>RTCIdentityAssertion</dfn> Attributes</h2>
<dl data-link-for="RTCIdentityAssertion" data-dfn-for=
"RTCIdentityAssertion" class="attributes">
<dt><dfn><code>idp</code></dfn> of type <span class=
Expand Down

0 comments on commit 7b430bb

Please sign in to comment.