[webrtc-pc] Pull Request: RTCPeerConnection.close procedure for SCTP & data channels

lgrahl has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== RTCPeerConnection.close procedure for SCTP & data channels ==
* Explicitly state to send an SCTP ABORT chunk when closing a peer connection.
* Add a note that the data channel closing procedure will not be invoked in case the peer connection is being closed.

Resolves #1821

Tests for the closing procedure exist as part of https://github.com/w3c/web-platform-tests/pull/10468.
Testing for an SCTP ABORT chunk is of course not possible in the API.

See https://github.com/w3c/webrtc-pc/pull/1842

Received on Thursday, 19 April 2018 22:23:54 UTC