pjsua_ip_change_acc_cfg class final
This structure describe the account config specific to IP address change.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hangup_calls ↔ int
-
Hangup active calls associated with the account. If this is set to
PJ_TRUE, then the calls will be hang up.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reinv_use_update ↔ int
-
For refreshing the call, use SIP UPDATE, instead of re-INVITE, if
remote supports it (by publishing it in Allow header). If remote
does not support UPDATE method or somehow the UPDATE attempt fails,
it will fallback to using re-INVITE. The \a reinvite_flags will be
used regardless whether it is re-INVITE or UPDATE that is sent.
getter/setter pair
- reinvite_flags ↔ int
-
Specify the call flags used in the re-INVITE when \a hangup_calls is set
to PJ_FALSE. If this is set to 0, no re-INVITE will be sent. The
re-INVITE will be sent after re-Registration is finished.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shutdown_tp ↔ int
-
Shutdown the transport used for account registration. If this is set to
PJ_TRUE, the transport will be shutdown altough it's used by multiple
account. Shutdown transport will be followed by re-Registration if
pjsua_acc_config.allow_contact_rewrite is enabled.
getter/setter pair
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