Skip to content

Commit

Permalink
Merge pull request #1655 from w3c/pc-close-sctp-transport
Browse files Browse the repository at this point in the history
Use [[SctpTransport]] slot in RTCPeerConnection.close
  • Loading branch information
aboba committed Nov 2, 2017
2 parents 8c7546c + 6c3a437 commit 2e0b7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2959,8 +2959,8 @@ <h2>Methods</h2>
"RTCDataChannelState">"closed"</a></code>.</p>
</li>
<li>
<p>Set the <a>[[\SctpTransportState]]</a> slot of each of
<var>connection</var>'s <code><a>RTCSctpTransport</a></code>s
<p>Set the <a>[[\SctpTransportState]]</a> slot of
<var>connection</var>'s <a>[[\SctpTransport]]</a>
to <code><a data-link-for=
"RTCSctpTransportState">"closed"</a></code>.</p>
</li>
Expand Down

0 comments on commit 2e0b7dd

Please sign in to comment.