pjsua_state class abstract
This enumeration represents pjsua state.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
- PJSUA_STATE_CLOSING → const int
- After pjsua_destroy() is called but before the function returns.
- PJSUA_STATE_CREATED → const int
- After pjsua_create() is called but before pjsua_init() is called.
- PJSUA_STATE_INIT → const int
- After pjsua_init() is called but before pjsua_start() is called.
- PJSUA_STATE_NULL → const int
- The library has not been initialized.
- PJSUA_STATE_RUNNING → const int
- After pjsua_start() is called and before pjsua_destroy() is called.
- PJSUA_STATE_STARTING → const int
- After pjsua_start() is called but before everything is running.