Changeset 4342 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
- Timestamp:
- Feb 6, 2013 1:48:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
r4297 r4342 212 212 dst->ice_opt = src->ice_opt; 213 213 dst->ice_no_rtcp = src->ice_no_rtcp; 214 dst->ice_always_update = src->ice_always_update; 214 215 } 215 216 … … 325 326 326 327 cfg->ice_max_host_cands = -1; 328 cfg->ice_always_update = PJ_TRUE; 327 329 pj_ice_sess_options_default(&cfg->ice_opt); 328 330
Note: See TracChangeset
for help on using the changeset viewer.