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

RTCPeerConnectionState and RTCIceConnectionState computation should consider sctp transport #2680

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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