Re: [webrtc-pc] Have getSenders()/getReceivers() return only non-stopped ones.

@henbos Thanks for spotting that. I brought back the *CollectSenders* algorithm, now with non-stopped senders only.

A net benefit: the following now works:
```js
const transceiver = pc.addTrack(track);
transceiver.stop();
pc.addTrack(track); // No longer throws InvalidAccessError

```

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

Received on Friday, 7 September 2018 19:18:08 UTC