[webrtc-pc] Pull Request: RTCPeerConnection.close: release transceiver before ICE transport

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

== RTCPeerConnection.close: release transceiver before ICE transport ==
Right now the steps described for [RTCPeerConnection.close](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-close) make to release ICE transport before transceivers.
I think this is wrong and transceivers should be released before in order to ensure that RTCP BYES are properly sent (the transport should be active).
>From my point of view the order should be the proposed in this PR.

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

Received on Wednesday, 21 June 2017 08:17:18 UTC