pjsua_turn_config class final
TURN setting. This setting is used in the pjsua_acc_config.
- 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 - enable_turn ↔ int
-
Enable TURN candidate in ICE.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- turn_auth_cred ↔ pj_stun_auth_cred
-
Specify the credential to authenticate with the TURN server.
getter/setter pair
- turn_conn_type ↔ int
-
Specify the connection type to be used to the TURN server. Valid
values are PJ_TURN_TP_UDP, PJ_TURN_TP_TCP or PJ_TURN_TP_TLS.
getter/setter pair
- turn_server ↔ pj_str_t
-
Specify TURN domain name or host name, in in "DOMAIN:PORT" or
"HOST:PORT" format.
getter/setter pair
- turn_tls_setting ↔ pj_turn_sock_tls_cfg
-
This specifies TLS settings for TURN TLS. It is only be used
when this TLS is used to connect to the TURN server.
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