HoldState enum

Hold state

Inheritance
Available extensions

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

Static Methods

from(int val) HoldState
Returns hold state which matches specified int value

Constants

values → const List<HoldState>
A constant List of the values in this enum, in order of their declaration.