ICE candidates info, when sent to the peer, can optionally have extension attributes. However, there is no IANA registry where these extension attributes are registered. An example of ICE candidate generated by Chrome is:
candidate:565418629 1 tcp 1518280447 192.168.5.12 9 typ host tcptype active generation 0 ufrag g9E6 network-id 1
The extensions here are: generation with a value of 0, ufrag with a value of gE6 and network-id with a value of 1. Is there some IANA registry, RFC or any reference of the extension attributes which can be expected and the allowed value while parsing a ICE candidate? In the absence of any IANA registrations, how is one expected to parse a SDP candidate with extensions?