Enum IcePolicy
Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection)
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum IcePolicy
Fields
Name | Description |
---|---|
Disabled | Indicates that ICE is disabled on a Connection. |
Negotiated | Indicates that ICE connectivity checks will be conducted only if supported by the other party. |
Required | Indicates that ICE connectivity checks are enabled and required on a Connection. |