Re: [webrtc-pc] How to handle removing and re-adding remote streams/tracks - possible ID collisions?

@henbos please create a PR as well, it will be easier to see what you actually propose in that way!

Regarding 
>```
senderA = pc.addTrack(track);  // a=msid with track.id
O/A
senderA.replaceTrack(null or something else);
senderB = pc.addTrack(track);  // a=msid with...?
```

as the spec is currently written the last comment should read `// a=msid with track.id`. This may be changed though as part of the discussion to always generate new track id's at the receiving end.

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

Received on Thursday, 4 January 2018 09:42:32 UTC