Skip to content

Commit

Permalink
Make sure to add/remove datachannels in all the places.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Nov 2, 2023
1 parent 46363fd commit 0c99003
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -13907,6 +13907,12 @@ <h4>
<code>false</code>.
</p>
</li>
<li>
<p>
[=list/Append=] <var>channel</var> to
<var>connection</var>.{{RTCPeerConnection/[[DataChannels]]}}.
</p>
</li>
<li data-tests="RTCPeerConnection-ondatachannel.html">
<p>
Set <var>channel</var>.{{RTCDataChannel/[[ReadyState]]}} to
Expand Down Expand Up @@ -13961,7 +13967,7 @@ <h4>
</li>
<li>
<p>
Remove <var>channel</var> from <var>connection</var>.{{RTCPeerConnection/[[DataChannels]]}}.
[=list/Remove=] <var>channel</var> from <var>connection</var>.{{RTCPeerConnection/[[DataChannels]]}}.
</p>
</li>
<li>
Expand Down Expand Up @@ -14035,6 +14041,12 @@ <h4>
{{RTCDataChannelState/"closed"}}.
</p>
</li>
<li>
<p>
[=list/Remove=] <var>channel</var> from <var>connection</var>.{{RTCPeerConnection/[[DataChannels]]}}
if it is still there.
</p>
</li>
<li>
<p>
If the [= underlying data transport | transport =] was closed
Expand Down

0 comments on commit 0c99003

Please sign in to comment.