- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Sep 2018 19:18:05 +0000
- To: public-webrtc-logs@w3.org
@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