Enum IceGatheringState
The state of an ICE gatherer.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum IceGatheringState
Fields
Name | Description |
---|---|
Closed | Indicates that the gatherer has been closed intentionally via a call to stop. |
Closing | Indicates that the gatherer has started closing intentionally via a call to stop. |
Complete | Indicates that the gatherer has completed gathering candidates. |
Failed | Indicates that the gatherer failed due to an error. |
Gathering | Indicates that the gatherer is in the process of gathering candidates. |
New | Indicates that the gatherer has been created and no gathering has occurred yet. |