summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 1352aa9f..a964c49f 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -840,6 +840,21 @@ typedef struct pjsua_transport_config
*/
pjsua_stun_config stun_config;
+ /**
+ * TLS root CA file path (only used for TLS transport).
+ */
+ pj_str_t tls_ca_file;
+
+ /**
+ * TLS client key path (only used for TLS transport).
+ */
+ pj_str_t tls_key_file;
+
+ /**
+ * TLS password (only used for TLS transport).
+ */
+ pj_str_t tls_password;
+
} pjsua_transport_config;