Changeset 6004 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- May 24, 2019 3:32:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r5989 r6004 3347 3347 /** 3348 3348 * Specify the connection type to be used to the TURN server. Valid 3349 * values are PJ_TURN_TP_UDP or PJ_TURN_TP_TCP.3349 * values are PJ_TURN_TP_UDP, PJ_TURN_TP_TCP or PJ_TURN_TP_TLS. 3350 3350 * 3351 3351 * Default: PJ_TURN_TP_UDP … … 3357 3357 */ 3358 3358 pj_stun_auth_cred turn_auth_cred; 3359 3360 /** 3361 * This specifies TLS settings for TURN TLS. It is only be used 3362 * when this TLS is used to connect to the TURN server. 3363 */ 3364 pj_turn_sock_tls_cfg turn_tls_setting; 3359 3365 3360 3366 } pjsua_turn_config; … … 6643 6649 /** 6644 6650 * Specify the connection type to be used to the TURN server. Valid 6645 * values are PJ_TURN_TP_UDP or PJ_TURN_TP_TCP.6651 * values are PJ_TURN_TP_UDP, PJ_TURN_TP_TCP or PJ_TURN_TP_TLS. 6646 6652 * 6647 6653 * Default: PJ_TURN_TP_UDP … … 6653 6659 */ 6654 6660 pj_stun_auth_cred turn_auth_cred; 6661 6662 /** 6663 * This specifies TLS settings for TLS transport. It is only be used 6664 * when this TLS is used to connect to the TURN server. 6665 */ 6666 pj_turn_sock_tls_cfg turn_tls_setting; 6655 6667 6656 6668 /**
Note: See TracChangeset
for help on using the changeset viewer.