Gjsify LogoGjsify Logo

An enum to specify which compatible specifications the #NiceAgent should use. Use with nice_agent_new()

NICE_COMPATIBILITY_DRAFT19 is deprecated and should not be used in newly-written code. It is kept for compatibility reasons and represents the same compatibility as NICE_COMPATIBILITY_RFC5245 If NICE_COMPATIBILITY_RFC5245 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.

Index

Enumeration Members

DRAFT19: number

Use compatibility for ICE Draft 19 specs

GOOGLE: number

Use compatibility for Google Talk specs

LAST: number

Dummy last compatibility mode

MSN: number

Use compatibility for MSN Messenger specs

OC2007: number

Use compatibility with Microsoft Office Communicator 2007

OC2007R2: number

Use compatibility with Microsoft Office Communicator 2007 R2

RFC5245: number

Use compatibility with the RFC5245 ICE-UDP specs and RFC6544 ICE-TCP specs

WLM2009: number

Use compatibility with Windows Live Messenger 2009

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method