FMIceLinkIceGatheringState Constants Reference

Declared in FMIceLinkIceGatheringState.h

FMIceLinkIceGatheringState

The state of an ICE gatherer.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkIceGatheringState ) {
   FMIceLinkIceGatheringStateNew = 1,
   FMIceLinkIceGatheringStateGathering = 2,
   FMIceLinkIceGatheringStateComplete = 3,
   FMIceLinkIceGatheringStateClosing = 4,
   FMIceLinkIceGatheringStateClosed = 5,
   FMIceLinkIceGatheringStateFailed = 6,
};

Constants

FMIceLinkIceGatheringStateNew
Indicates that the gatherer has been created and no gathering has occurred yet.

Declared In FMIceLinkIceGatheringState.h.

FMIceLinkIceGatheringStateGathering
Indicates that the gatherer is in the process of gathering candidates.

Declared In FMIceLinkIceGatheringState.h.

FMIceLinkIceGatheringStateComplete
Indicates that the gatherer has completed gathering candidates.

Declared In FMIceLinkIceGatheringState.h.

FMIceLinkIceGatheringStateClosing
Indicates that the gatherer has started closing intentionally via a call to stop.

Declared In FMIceLinkIceGatheringState.h.

FMIceLinkIceGatheringStateClosed
Indicates that the gatherer has been closed intentionally via a call to stop.

Declared In FMIceLinkIceGatheringState.h.

FMIceLinkIceGatheringStateFailed
Indicates that the gatherer failed due to an error.

Declared In FMIceLinkIceGatheringState.h.

Declared In

FMIceLinkIceGatheringState.h