fm.liveswitch.IceGatherPolicy Enum Reference

The local policy for gathering candidates. More...

Public Member Functions

 IceGatherPolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static IceGatherPolicy getByAssignedValue (int value)
 

Public Attributes

 All =(1)
 All candidates (host, reflexive, and relay) will be gathered. More...
 
 NoHost =(2)
 Only reflexive and relay candidates will be gathered. More...
 
 Relay =(3)
 Only relay candidates will be gathered. More...
 

Detailed Description

The local policy for gathering candidates.

Constructor & Destructor Documentation

◆ IceGatherPolicy()

fm.liveswitch.IceGatherPolicy.IceGatherPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.IceGatherPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.IceGatherPolicy.getAssignedValue ( )

◆ getByAssignedValue()

static IceGatherPolicy fm.liveswitch.IceGatherPolicy.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ All

fm.liveswitch.IceGatherPolicy.All =(1)

All candidates (host, reflexive, and relay) will be gathered.

◆ NoHost

fm.liveswitch.IceGatherPolicy.NoHost =(2)

Only reflexive and relay candidates will be gathered.

◆ Relay

fm.liveswitch.IceGatherPolicy.Relay =(3)

Only relay candidates will be gathered.