Ignore:
Timestamp:
May 24, 2019 3:32:17 AM (4 years ago)
Author:
riza
Message:

Close #1017: TURN TLS transport implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r5989 r6004  
    33473347    /** 
    33483348     * 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. 
    33503350     * 
    33513351     * Default: PJ_TURN_TP_UDP 
     
    33573357     */ 
    33583358    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; 
    33593365 
    33603366} pjsua_turn_config; 
     
    66436649    /** 
    66446650     * 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. 
    66466652     * 
    66476653     * Default: PJ_TURN_TP_UDP 
     
    66536659     */ 
    66546660    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; 
    66556667 
    66566668    /** 
Note: See TracChangeset for help on using the changeset viewer.