Re: [webrtc-pc] Don't fire ONN on removeTrack() if sender.track is already null.

without this
```
pc.replaceTrack(someSender);
pc.replaceTrack(someSender);
```
might have some unintended consequences (like firing ONN)

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1434#issuecomment-311858340 using your GitHub account

Received on Thursday, 29 June 2017 04:18:23 UTC