fm.liveswitch.SignallingState Enum Reference

The signalling state of a connection. More...

Public Member Functions

 SignallingState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static SignallingState getByAssignedValue (int value)
 

Public Attributes

 New =(1)
 Indicates that no offer/answer exchange ever occurred. More...
 
 HaveLocalOffer =(2)
 Indicates that the connection has a local offer and remote answer is outstanding. More...
 
 HaveRemoteOffer =(3)
 Indicates that the connection has a remote offer and local answer is outstanding. More...
 
 Stable =(4)
 Indicates that for each offer there is a matching answer. More...
 

Detailed Description

The signalling state of a connection.

Constructor & Destructor Documentation

◆ SignallingState()

fm.liveswitch.SignallingState.SignallingState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.SignallingState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.SignallingState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ HaveLocalOffer

fm.liveswitch.SignallingState.HaveLocalOffer =(2)

Indicates that the connection has a local offer and remote answer is outstanding.

◆ HaveRemoteOffer

fm.liveswitch.SignallingState.HaveRemoteOffer =(3)

Indicates that the connection has a remote offer and local answer is outstanding.

◆ New

fm.liveswitch.SignallingState.New =(1)

Indicates that no offer/answer exchange ever occurred.

◆ Stable

fm.liveswitch.SignallingState.Stable =(4)

Indicates that for each offer there is a matching answer.