Ignore:
Timestamp:
Mar 28, 2007 3:49:48 PM (17 years ago)
Author:
bennylp
Message:

Updated projects and Makefiles with the new pjnath library

File:
1 edited

Legend:

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

    r1108 r1111  
    561561    /* Create each media transport */ 
    562562    for (i=0; i<pjsua_var.ua_cfg.max_calls; ++i) { 
    563         pj_ice_st_comp comp; 
     563        pj_ice_strans_comp comp; 
    564564        int next_port; 
    565565 
     
    673673 
    674674    if (pjsua_var.media_cfg.enable_ice) { 
    675         pj_ice_role ice_role; 
     675        pj_ice_sess_role ice_role; 
    676676        pj_status_t status; 
    677677 
    678         ice_role = (role==PJSIP_ROLE_UAC ? PJ_ICE_ROLE_CONTROLLING :  
    679                                            PJ_ICE_ROLE_CONTROLLED); 
     678        ice_role = (role==PJSIP_ROLE_UAC ? PJ_ICE_SESS_ROLE_CONTROLLING :  
     679                                           PJ_ICE_SESS_ROLE_CONTROLLED); 
    680680 
    681681        /* Restart ICE */ 
Note: See TracChangeset for help on using the changeset viewer.