[webrtc-pc] Promise should be rejected if transceiver is stopped

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

== Promise should be rejected if transceiver is stopped ==
Looking at [replaceTrack](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-replacetrack), it seems to me that if transceiver has been stopped when reaching the point of `Queue a task that runs the following steps` (6.4.4 in [replaceTrack](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-replacetrack)) the promise should be rejected with an `InvalidStateError`.

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

Received on Tuesday, 17 July 2018 07:29:27 UTC