Preparing search index...
The search index is not available
live-js
live-js
<internal>
EndpointStateMutator
Class EndpointStateMutator
Hierarchy
StateMutator
<
EndpointStateMachineContext
>
EndpointStateMutator
Index
Constructors
constructor
Properties
_context
_state
Accessors
name
state
Methods
_change
State
to
Closed
to
Connected
to
Established
to
Failed
to
Pending
to
Releasing
Constructors
constructor
new
Endpoint
State
Mutator
(
_context
:
EndpointStateMachineContext
)
:
EndpointStateMutator
Parameters
_context:
EndpointStateMachineContext
Returns
EndpointStateMutator
Properties
Protected
_context
_context
:
EndpointStateMachineContext
Protected
_state
_state
:
EndpointStateUnion
Accessors
name
get
name
(
)
:
string
Returns
string
state
get
state
(
)
:
EndpointStateUnion
Returns
EndpointStateUnion
Methods
Protected
_change
State
_change
State
(
state
:
State
<
EndpointStateMachineContext
,
StateMutator
<
EndpointStateMachineContext
>
>
)
:
void
Parameters
state:
State
<
EndpointStateMachineContext
,
StateMutator
<
EndpointStateMachineContext
>
>
Returns
void
to
Closed
to
Closed
(
)
:
void
Returns
void
to
Connected
to
Connected
(
)
:
void
Returns
void
to
Established
to
Established
(
sdp
:
string
, hasPendingAttach
?:
boolean
)
:
void
Parameters
sdp:
string
Optional
hasPendingAttach:
boolean
Returns
void
to
Failed
to
Failed
(
)
:
void
Returns
void
to
Pending
to
Pending
(
)
:
void
Returns
void
to
Releasing
to
Releasing
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
live-
js
<internal>
Endpoint
State
Mutator
constructor
_context
_state
name
state
_change
State
to
Closed
to
Connected
to
Established
to
Failed
to
Pending
to
Releasing
Generated using
TypeDoc