Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IceGatheringState

The state of an ICE gatherer.

Index

Enumeration members

Enumeration members

Closed

Closed: = 5
Indicates that the gatherer has been closed intentionally via a call to stop.
field

Closed

type

{fm.icelink.IceGatheringState}

Closing

Closing: = 4
Indicates that the gatherer has started closing intentionally via a call to stop.
field

Closing

type

{fm.icelink.IceGatheringState}

Complete

Complete: = 3
Indicates that the gatherer has completed gathering candidates.
field

Complete

type

{fm.icelink.IceGatheringState}

Failed

Failed: = 6
Indicates that the gatherer failed due to an error.
field

Failed

type

{fm.icelink.IceGatheringState}

Gathering

Gathering: = 2
Indicates that the gatherer is in the process of gathering candidates.
field

Gathering

type

{fm.icelink.IceGatheringState}

New

New: = 1
Indicates that the gatherer has been created and no gathering has occurred yet.
field

New

type

{fm.icelink.IceGatheringState}