Ignore:
Timestamp:
May 18, 2009 5:49:37 AM (15 years ago)
Author:
bennylp
Message:

More ticket #851: propagated ICE regular nomination option up to pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjsip/src/pjsua-lib/pjsua_media.c

    r2705 r2707  
    811811        ice_cfg.stun.port = pj_sockaddr_get_port(&pjsua_var.stun_srv); 
    812812    } 
    813     if (pjsua_var.media_cfg.ice_no_host_cands) 
    814         ice_cfg.stun.max_host_cands = 0; 
     813    if (pjsua_var.media_cfg.ice_max_host_cands >= 0) 
     814        ice_cfg.stun.max_host_cands = pjsua_var.media_cfg.ice_max_host_cands; 
    815815 
    816816    /* Configure TURN settings */ 
Note: See TracChangeset for help on using the changeset viewer.