Re: [webrtc-pc] Inconsistent behaviors of addTrack compared to addTranseiver and sender.replaceTrack

The note in Section 5 explains that the same track can be sent multiple times via in `addTransceiver(track)` and `sender.replaceTrack` which is why the check is not done. `addTransceiver(track)` always creates a new transceiver by design.

The text on origin checks might best be placed somewhere else so as to apply more generally.





-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1386#issuecomment-308634559 using your GitHub account

Received on Thursday, 15 June 2017 05:43:26 UTC