Skip to content

Commit

Permalink
Merge pull request #2680 from youennf/fix-add-sctp-transport-in-state…
Browse files Browse the repository at this point in the history
…-computation

RTCPeerConnectionState and RTCIceConnectionState computation should consider sctp transport
  • Loading branch information
alvestrand authored Oct 7, 2021
2 parents 5bff3e5 + e5d6426 commit 376174b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,12 @@ <h4>
</tbody>
</table>
<p>
The set of transports considered is the set of transports
The set of transports considered is the one
presently referenced by the PeerConnection's
[= set of transceivers =].
</p>
[= set of transceivers =] and the PeerConnection's
<dfn data-dfn-for="RTCPeerConnection">[[\SctpTransport]]</dfn>
internal slot if not <code>null</code>.
</p>
</div>
</section>
<section>
Expand Down Expand Up @@ -1069,9 +1071,11 @@ <h4>
</tbody>
</table>
<p>
The set of transports considered is the set of transports
The set of transports considered is the one
presently referenced by the PeerConnection's
[= set of transceivers =].
[= set of transceivers =] and the PeerConnection's
<dfn data-dfn-for="RTCPeerConnection">[[\SctpTransport]]</dfn>
internal slot if not <code>null</code>.
</p>
</div>
</section>
Expand Down Expand Up @@ -1185,9 +1189,11 @@ <h4>
</table>
</div>
<p>
The set of transports considered is the set of transports
The set of transports considered is the one
presently referenced by the PeerConnection's
[= set of transceivers =].
[= set of transceivers =] and the PeerConnection's
<dfn data-dfn-for="RTCPeerConnection">[[\SctpTransport]]</dfn>
internal slot if not <code>null</code>.
</p>
<p>
Note that if an {{RTCIceTransport}} is discarded as a result of
Expand Down

0 comments on commit 376174b

Please sign in to comment.