/ fm / liveswitch / SignallingState
Enumeration: SignallingState
fm.liveswitch.SignallingState
The signalling state of a connection.
Table of contents
Enumeration members
Enumeration members
HaveLocalOffer
• HaveLocalOffer: = 2
Indicates that the connection has a local offer and remote answer is outstanding.
Defined in: Generated/TypeScript/fm.liveswitch/SignallingState.ts:20
HaveRemoteOffer
• HaveRemoteOffer: = 3
Indicates that the connection has a remote offer and local answer is outstanding.
Defined in: Generated/TypeScript/fm.liveswitch/SignallingState.ts:26
New
• New: = 1
Indicates that no offer/answer exchange ever occurred.
Defined in: Generated/TypeScript/fm.liveswitch/SignallingState.ts:14
Stable
• Stable: = 4
Indicates that for each offer there is a matching answer.
Defined in: Generated/TypeScript/fm.liveswitch/SignallingState.ts:32