- Timestamp:
- May 18, 2009 5:49:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/sipit24/pjsip/include/pjsua-lib/pjsua.h
r2686 r2707 4261 4261 4262 4262 /** 4263 * Disable ICE host candidates. 4264 */ 4265 pj_bool_t ice_no_host_cands; 4263 * Set the maximum number of host candidates. 4264 * 4265 * Default: -1 (maximum not set) 4266 */ 4267 int ice_max_host_cands; 4268 4269 /** 4270 * ICE session options. 4271 */ 4272 pj_ice_sess_options ice_opt; 4266 4273 4267 4274 /**
Note: See TracChangeset
for help on using the changeset viewer.