[webrtc-pc] transceiver.currentDirection should be set to null when stopped

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

== transceiver.currentDirection should be set to null when stopped ==
The attribute description for `currentDirection` says _"if the transceiver is stopped, the value is null"_. But in the `stop()` description there is no step to set `currentDescription` to `null`.

In section _4.4.1.6 Set the RTCSessionSessionDescription_, the relevant steps for setting answer description should also check if the transceiver is stopped before setting the transceiver's `currentDirection`.

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

Received on Thursday, 22 June 2017 09:30:25 UTC