pjsua_ip_change_op class abstract
This enumeration specifies the operation when handling IP change.
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_IP_CHANGE_OP_ACC_HANGUP_CALLS → const int
- The hanging up call process.
- PJSUA_IP_CHANGE_OP_ACC_REINVITE_CALLS → const int
- The re-INVITE call process.
- PJSUA_IP_CHANGE_OP_ACC_SHUTDOWN_TP → const int
- The shutdown transport process.
- PJSUA_IP_CHANGE_OP_ACC_UPDATE_CONTACT → const int
- The update contact process.
- PJSUA_IP_CHANGE_OP_COMPLETED → const int
- The ip change process has completed.
- PJSUA_IP_CHANGE_OP_NULL → const int
- Hasn't start ip change process.
- PJSUA_IP_CHANGE_OP_RESTART_LIS → const int
- The restart listener process.