Enum IceGatherPolicy
The local policy for gathering candidates.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum IceGatherPolicy
Fields
Name | Description |
---|---|
All | All candidates (host, reflexive, and relay) will be gathered. |
NoHost | Only reflexive and relay candidates will be gathered. |
Relay | Only relay candidates will be gathered. |