Enum SignallingState
The signalling state of a connection.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum SignallingState : int
Fields
| Name | Description |
|---|---|
| HaveLocalOffer | Indicates that the connection has a local offer and remote answer is outstanding. |
| HaveRemoteOffer | Indicates that the connection has a remote offer and local answer is outstanding. |
| New | Indicates that no offer/answer exchange ever occurred. |
| Stable | Indicates that for each offer there is a matching answer. |