[webrtc-pc] Pull Request: Fire events in SLD(answer) in direction rejection edge-case.

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

== Fire events in SLD(answer) in direction rejection edge-case. ==
In the special case where an answerer modifies `direction` to "reject" an incoming track only (as opposed to stopping the transceiver outright), redo the steps for track-removal and firing of `removetrack` and `muted` events - normally done in SRD(offer) - in SLD(answer) as well.

Fix for https://github.com/w3c/webrtc-pc/issues/1778.

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

Received on Wednesday, 2 May 2018 02:47:43 UTC