HoldState enum
Hold state
Values
- none → const HoldState
-
No hold, media flows in both directions
const HoldState(SiprixVoipSdk.kHoldStateNone, "None")
- local → const HoldState
-
Call put on hold by local side
const HoldState(SiprixVoipSdk.kHoldStateLocal, "Local")
- remote → const HoldState
-
Call put on hold by remote side
const HoldState(SiprixVoipSdk.kHoldStateRemote, "Remote")
- localAndRemote → const HoldState
-
Call put on hold by local and remote side
const HoldState(SiprixVoipSdk.kHoldStateLocalAndRemote, "LocalAndRemote")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Hold state id (one of the
SiprixVoipSdk.kHoldState*
)final - index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Hold state name
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited