Ignore:
Timestamp:
Jun 6, 2008 2:51:48 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: added TURN support in PJSUA-LIB API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r1898 r1990  
    114114    pj_strdup_with_null(pool, &dst->stun_domain, &src->stun_domain); 
    115115    pj_strdup_with_null(pool, &dst->stun_host, &src->stun_host); 
    116     pj_strdup_with_null(pool, &dst->stun_relay_host, &src->stun_relay_host); 
    117116} 
    118117 
     
    173172    cfg->ec_tail_len = PJSUA_DEFAULT_EC_TAIL_LEN; 
    174173    cfg->jb_init = cfg->jb_min_pre = cfg->jb_max_pre = cfg->jb_max = -1; 
     174 
     175    cfg->turn_conn_type = PJ_TURN_TP_UDP; 
    175176} 
    176177 
Note: See TracChangeset for help on using the changeset viewer.