Click or drag to resize

IceGatheringState Enumeration

The state of an ICE gatherer.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
New1 Indicates that the gatherer has been created and no gathering has occurred yet.
Gathering2 Indicates that the gatherer is in the process of gathering candidates.
Complete3 Indicates that the gatherer has completed gathering candidates.
Closing4 Indicates that the gatherer has started closing intentionally via a call to stop.
Closed5 Indicates that the gatherer has been closed intentionally via a call to stop.
Failed6 Indicates that the gatherer failed due to an error.
See Also