pjsua_ipv6_use class abstract

Specify how IPv6 transport should be used in account config. IP version preference only applies for outgoing direction, for incoming direction, we will check the corresponding message/offer and match it.

Constructors

pjsua_ipv6_use()

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_IPV6_DISABLED → const int
IPv6 is not used.
PJSUA_IPV6_ENABLED → const int
IPv6 is enabled.
PJSUA_IPV6_ENABLED_NO_PREFERENCE → const int
PJSUA_IPV6_ENABLED_PREFER_IPV4 → const int
IPv6 is enabled, but IPv4 is preferable.
PJSUA_IPV6_ENABLED_PREFER_IPV6 → const int
IPv6 is enabled and preferable.
PJSUA_IPV6_ENABLED_USE_IPV6_ONLY → const int
Only IPv6 is enabled, IPv4 will not be used.