Click or drag to resize

SignallingState Enumeration

The signalling state of a connection.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
New1 Indicates that no offer/answer exchange ever occurred.
HaveLocalOffer2 Indicates that the connection has a local offer and remote answer is outstanding.
HaveRemoteOffer3 Indicates that the connection has a remote offer and local answer is outstanding.
Stable4 Indicates that for each offer there is a matching answer.
See Also