pion / webrtc

Pure Go implementation of the WebRTC API
https://pion.ly
MIT License
13.83k stars 1.66k forks source link

Should we insert an implicit mid if the remote doesn't have one? #1604

Closed Sean-Der closed 3 years ago

Sean-Der commented 3 years ago

When working with sip-to-webrtc I had to add a mid myself like this

This is a regression from v2, before we would match on order only. I need to check with Chromium, but it would be nice if we could just assume mids.

Sean-Der commented 3 years ago

I haven't gotten any feedback on this. I don't believe this would add any value, but would add code complexity.

If you believe this would be nice to have please comment/re-open!