Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SignallingState

The signalling state of a connection.

Index

Enumeration members

HaveLocalOffer

HaveLocalOffer: = 2
Indicates that the connection has a local offer and remote answer is outstanding.
field

HaveLocalOffer

type

{fm.icelink.SignallingState}

HaveRemoteOffer

HaveRemoteOffer: = 3
Indicates that the connection has a remote offer and local answer is outstanding.
field

HaveRemoteOffer

type

{fm.icelink.SignallingState}

New

New: = 1
Indicates that no offer/answer exchange ever occurred.
field

New

type

{fm.icelink.SignallingState}

Stable

Stable: = 4
Indicates that for each offer there is a matching answer.
field

Stable

type

{fm.icelink.SignallingState}