[webrtc-pc] How should replaceTrack() behave with an "unused" sender

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

== How should replaceTrack() behave with an "unused" sender ==
Consider this case
```
var sender = pc.addTrack(track);
sender.replaceTrack(otherTrack);
```
How should replaceTrack() behave in this case? Should we disallow it, 
or simply replace the track and negotiate the new track, but still use
 the id from the first?

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

Received on Wednesday, 16 December 2015 09:31:01 UTC