Use compatibility for ICE Draft 19 specs
Use compatibility for Google Talk specs
Dummy last compatibility mode
Use compatibility for MSN Messenger specs
Use compatibility with Microsoft Office Communicator 2007
Use compatibility with Microsoft Office Communicator 2007 R2
Use compatibility with the RFC5245 ICE-UDP specs and RFC6544 ICE-TCP specs
Use compatibility with Windows Live Messenger 2009
An enum to specify which compatible specifications the #NiceAgent should use. Use with nice_agent_new()
NICE_COMPATIBILITY_DRAFT1
9 is deprecated and should not be used in newly-written code. It is kept for compatibility reasons and represents the same compatibility asNICE_COMPATIBILITY_RFC5
245NICE_COMPATIBILITY_RFC5
245 compatibility mode is used for a non-reliable agent, then ICE-UDP will be used with higher priority and ICE-TCP will also be used when the UDP connectivity fails. If it is used with a reliable agent, then ICE-UDP will be used with the TCP-Over-UDP (#PseudoTcpSocket) if ICE-TCP fails and ICE-UDP succeeds.