Re: [webrtc-pc] Differences between pc.removeTrack(sender) and sender.replaceTrack(null)

> As far as I can tell removeTrack == replaceTrack(null) plus removing the 'send' component from the RtpTransceiver's direction (and flipping the negotiation-needed flag).

Yes, but what does "removing the 'send'  component from the transceiver" mean? I mean: can I reuse the same `transceiver.sender` later to send a new (or the previous) track using `transceiver.sender.replaceTrack(track)` or not?
   * As told above, this works fine in Chrome and Firefox.

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

Received on Monday, 5 November 2018 12:36:22 UTC