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... | |
The signalling state of a connection.
| fm.liveswitch.SignallingState.SignallingState | ( | int | value | ) |
|
static |
| int fm.liveswitch.SignallingState.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.SignallingState.HaveLocalOffer =(2) |
Indicates that the connection has a local offer and remote answer is outstanding.
| fm.liveswitch.SignallingState.HaveRemoteOffer =(3) |
Indicates that the connection has a remote offer and local answer is outstanding.
| fm.liveswitch.SignallingState.New =(1) |
Indicates that no offer/answer exchange ever occurred.
| fm.liveswitch.SignallingState.Stable =(4) |
Indicates that for each offer there is a matching answer.