fm.liveswitch.sdp.ice.CandidateType Class Referenceabstract

Defines valid SDP candidate types. More...

Static Public Member Functions

static String getHost ()
 Gets the SDP candidate type meaning "Host". More...
 
static String getPeerReflexive ()
 Gets the SDP candidate type meaning "Peer Reflexive". More...
 
static String getRelayed ()
 Gets the SDP candidate type meaning "Relayed". More...
 
static String getServerReflexive ()
 Gets the SDP candidate type meaning "Server Reflexive". More...
 

Detailed Description

Defines valid SDP candidate types.

Member Function Documentation

◆ getHost()

static String fm.liveswitch.sdp.ice.CandidateType.getHost ( )
static

Gets the SDP candidate type meaning "Host".

◆ getPeerReflexive()

static String fm.liveswitch.sdp.ice.CandidateType.getPeerReflexive ( )
static

Gets the SDP candidate type meaning "Peer Reflexive".

◆ getRelayed()

static String fm.liveswitch.sdp.ice.CandidateType.getRelayed ( )
static

Gets the SDP candidate type meaning "Relayed".

◆ getServerReflexive()

static String fm.liveswitch.sdp.ice.CandidateType.getServerReflexive ( )
static

Gets the SDP candidate type meaning "Server Reflexive".