Click or drag to resize

IcePolicy Enumeration

Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection)

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Required1 Indicates that ICE connectivity checks are enabled and required on a Connection.
Disabled2 Indicates that ICE is disabled on a Connection.
Negotiated3 Indicates that ICE connectivity checks will be conducted only if supported by the other party.
See Also