#include <pjsua.h>
TURN setting. This setting is used in the pjsua_acc_config.
◆ enable_turn
Enable TURN candidate in ICE.
◆ turn_server
Specify TURN domain name or host name, in in "DOMAIN:PORT" or "HOST:PORT" format.
◆ turn_conn_type
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.
Default: PJ_TURN_TP_UDP
◆ turn_auth_cred
Specify the credential to authenticate with the TURN server.
◆ turn_tls_setting
This specifies TLS settings for TURN TLS. It is only be used when this TLS is used to connect to the TURN server.
The documentation for this struct was generated from the following file: