aiortc / aioice

asyncio-based Interactive Connectivity Establishment (RFC 5245)
BSD 3-Clause "New" or "Revised" License
106 stars 52 forks source link

RFC 8445 #50

Open siikamiika opened 3 years ago

siikamiika commented 3 years ago

According to the readme, aioice is based on RFC 5245. There is now RFC 8445 that obsoletes RFC 5245: https://datatracker.ietf.org/doc/html/rfc8445#section-21

I am not very familiar with the codebase of aioice or ICE in general, but I didn't see a mention of the new RFC anywhere and thought that it's something that needs to be tracked.

jlaine commented 2 years ago

AFAICT the main change is that "aggressive" nomination is deprecated, and only "regular" nomination should be used. This would mean reworking some of aioice's code. A PR is most welcome!