fm.liveswitch.IcePolicy Enum Reference

Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection) More...

Public Member Functions

 IcePolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static IcePolicy getByAssignedValue (int value)
 

Public Attributes

 Required =(1)
 Indicates that ICE connectivity checks are enabled and required on a Connection. More...
 
 Disabled =(2)
 Indicates that ICE is disabled on a Connection. More...
 
 Negotiated =(3)
 Indicates that ICE connectivity checks will be conducted only if supported by the other party. More...
 

Detailed Description

Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection)

Constructor & Destructor Documentation

◆ IcePolicy()

fm.liveswitch.IcePolicy.IcePolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.IcePolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.IcePolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Disabled

fm.liveswitch.IcePolicy.Disabled =(2)

Indicates that ICE is disabled on a Connection.

◆ Negotiated

fm.liveswitch.IcePolicy.Negotiated =(3)

Indicates that ICE connectivity checks will be conducted only if supported by the other party.

◆ Required

fm.liveswitch.IcePolicy.Required =(1)

Indicates that ICE connectivity checks are enabled and required on a Connection.