/ fm / liveswitch / IceGatheringState
Enumeration: IceGatheringState
fm.liveswitch.IceGatheringState
The state of an ICE gatherer.
Table of contents
Enumeration members
Enumeration members
Closed
• Closed: = 5
Indicates that the gatherer has been closed intentionally via a call to stop.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:38
Closing
• Closing: = 4
Indicates that the gatherer has started closing intentionally via a call to stop.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:32
Complete
• Complete: = 3
Indicates that the gatherer has completed gathering candidates.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:26
Failed
• Failed: = 6
Indicates that the gatherer failed due to an error.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:44
Gathering
• Gathering: = 2
Indicates that the gatherer is in the process of gathering candidates.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:20
New
• New: = 1
Indicates that the gatherer has been created and no gathering has occurred yet.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:14