Ignore:
Timestamp:
Mar 23, 2007 7:09:54 PM (17 years ago)
Author:
bennylp
Message:

ICE (work in progress): implemented server reflexive candidate

File:
1 edited

Legend:

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

    r1098 r1099  
    572572 
    573573        /* Add host candidates for RTP */ 
    574         status = pj_ice_st_add_all_host_interfaces(ice_st, 1, 0,  
    575                                                    PJ_FALSE, NULL); 
     574        status = pj_ice_st_add_all_host_interfaces(ice_st, 1, 0); 
    576575        if (status != PJ_SUCCESS) { 
    577576            pjsua_perror(THIS_FILE, "Error adding ICE host candidates", 
     
    593592 
    594593            /* Add STUN server reflexive candidate for RTP */ 
    595             status = pj_ice_st_add_stun_interface(ice_st, 1, 0,  
    596                                                   PJ_FALSE, NULL); 
     594            status = pj_ice_st_add_stun_interface(ice_st, 1, 0, NULL); 
    597595            if (status != PJ_SUCCESS) { 
    598596                pjsua_perror(THIS_FILE, "Error adding ICE address", 
Note: See TracChangeset for help on using the changeset viewer.