[webrtc-pc] close() method should close sctp transport

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== close() method should close sctp transport ==
Picking out from #1306.

In the `close()` method, it iterates through the `DtlsTransport` for each sender/receiver for each transceiver and close them. However the `SctpTransport` at `sctp` attribute is missed so its underlying `DtlsTransport` is not closed.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1381 using your GitHub account

Received on Tuesday, 13 June 2017 08:16:16 UTC