pjsua_stun_use class abstract

This enumeration controls the use of STUN in the account.

Constructors

pjsua_stun_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_STUN_RETRY_ON_FAILURE → const int
Retry other STUN servers if the STUN server selected during startup (#pjsua_init()) or after calling #pjsua_update_stun_servers() is unavailable during runtime. This setting is valid only for account's media STUN setting and if the call is using UDP media transport.
PJSUA_STUN_USE_DEFAULT → const int
Follow the default setting in the global \a pjsua_config.
PJSUA_STUN_USE_DISABLED → const int
Disable STUN. If STUN is not enabled in the global \a pjsua_config, this setting has no effect.