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

Section 4.8.3: Editorial fixes #1425

Merged
merged 4 commits into from Jul 6, 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
20 changes: 16 additions & 4 deletions webrtc.html
Expand Up @@ -4503,16 +4503,28 @@ <h2>Dictionary <dfn>RTCPeerConnectionIceErrorEventInit</dfn>
"dictionary-members">
<dt><dfn><code>hostCandidate</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>DOMString url</dd>
<dd>
<p>The local IP address and port used to communicate
with the STUN or TURN server.</p>
</dd>
<dt><dfn><code>url</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>unsigned short errorCode</dd>
<dd>
<p>The STUN or TURN URL that identifies the STUN
or TURN server for which the failure occurred.</p>
</dd>
<dt><dfn><code>errorCode</code></dfn> of type <span class=
"idlMemberType"><a>unsigned short</a></span>, required</dt>
<dd>USVString statusText</dd>
<dd>
<p>The numeric STUN error code returned by the STUN
or TURN server.</p>
</dd>
<dt><dfn><code>statusText</code></dfn> of type <span class=
"idlMemberType"><a>USVString</a></span></dt>
<dd></dd>
<dd>
<p>The STUN reason text returned by the STUN
or TURN server.</p>
</dd>
</dl>
</section>
</div>
Expand Down