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

Minor editorial fixes #640

Merged
merged 3 commits into from
May 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ <h4>RTCIceTcpCandidateType Enum</h4>
<section>
<h4>RTCIceCandidateType Enum</h4>
<p>The <dfn>RTCIceCandidateType</dfn> represents the type of the ICE
candidate, as defined in [[!RFC5245]] section 15.1.</p>
candidate, as defined in [[!ICE]] section 15.1.</p>
<div>
<pre class="idl">enum RTCIceCandidateType {
"host",
Expand All @@ -3145,22 +3145,22 @@ <h4>RTCIceCandidateType Enum</h4>
<tr>
<td><dfn><code>host</code></dfn></td>
<td>A host candidate, as defined in Section 4.1.1.1 of
[[!RFC5245]].</td>
[[!ICE]].</td>
</tr>
<tr>
<td><dfn><code>srflx</code></dfn></td>
<td>A server reflexive candidate, as defined in Section
4.1.1.2 of [[!RFC5245]].</td>
4.1.1.2 of [[!ICE]].</td>
</tr>
<tr>
<td><dfn><code>prflx</code></dfn></td>
<td>A peer reflexive candidate, as defined in Section 4.1.1.2
of [[!RFC5245]].</td>
of [[!ICE]].</td>
</tr>
<tr>
<td><dfn><code>relay</code></dfn></td>
<td>A relay candidate, as defined in Section 7.1.3.2.1 of
[[!RFC5245]].</td>
[[!ICE]].</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -8579,19 +8579,19 @@ <h3>MediaStreamTrack</h3>
<section>
<h4>MediaTrackSupportedConstraints, MediaTrackCapabilities,
MediaTrackConstraints and MediaTrackSettings</h4>
<p>The basics of <code><a>MediaTrackSupportedConstraints</a></code>,
<code><a>MediaTrackCapabilites</a></code>,
<code><a>MediaTrackConstraints</a></code> and
<code><a>MediaTrackSettings</a></code> is outlined in
[[!GETUSERMEDIA]]. However, the <code><a>MediaTrackSettings</a></code>
<p>The basics of <code>MediaTrackSupportedConstraints</code>,
<code>MediaTrackCapabilites</code>,
<code>MediaTrackConstraints</code> and
<code>MediaTrackSettings</code> is outlined in
[[!GETUSERMEDIA]]. However, the <code>MediaTrackSettings</code>
for a <code>MediaStreamTrack</code> sourced by a
<code><a>RTCPeerConnection</a></code> will only be populated to the
extent that data is supplied by means of the remote
<code><a>RTCSessionDescription</a></code> applied via
<code>setRemoteDescription</code> and the actual RTP data. This means
that certain settings, such as <code><a>facingMode</a></code>,
<code><a>echoCancellation</a></code> , <code><a>latency</a></code>,
<code><a>deviceId</a></code> and <code><a>groupId</a></code>, will
that certain settings, such as <code>facingMode</code>,
<code>echoCancellation</code> , <code>latency</code>,
<code>deviceId</code> and <code>groupId</code>, will
always return null.</p>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var respecConfig = {
"publisher": "IETF",
"status": "Active Internet-Draft",
"title": "Javascript Session Establishment Protocol",
"date": "9 March 2016"
"date": "21 March 2016"
},
"STUN-PARAMETERS": {
"authors":["IETF"],
Expand Down