Skip to content

Commit

Permalink
Merge pull request #1526 from taylor-b/issue_1305_ice_state_for_0_tra…
Browse files Browse the repository at this point in the history
…nsports

Clarify that ICE states should be "new" if there are no transports.
  • Loading branch information
aboba committed Aug 10, 2017
2 parents 8529210 + b01e887 commit 4f7f0af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webrtc.html
Expand Up @@ -830,7 +830,8 @@ <h4><dfn>RTCPeerConnectionState</dfn> Enum</h4>
<code>"new"</code> state and none of the transports are in the
<code>"connecting"</code>, <code>"checking"</code>,
<code>"failed"</code> or <code>"disconnected"</code> state, or all
transports are in the <code>"closed"</code> state.</td>
transports are in the <code>"closed"</code> state, or there are
no transports.</td>
</tr>
<tr>
<td><dfn><code>connecting</code></dfn></td>
Expand Down Expand Up @@ -897,7 +898,7 @@ <h4><dfn>RTCIceConnectionState</dfn> Enum</h4>
<code>"checking"</code>, <code>"failed"</code> or
<code>"disconnected"</code> state, or all
<code><a>RTCIceTransport</a></code>s are in the
<code>"closed"</code> state.</td>
<code>"closed"</code> state, or there are no transports.</td>
</tr>
<tr>
<td><dfn><code>checking</code></dfn></td>
Expand Down

0 comments on commit 4f7f0af

Please sign in to comment.