Changeset 2724 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- May 29, 2009 1:04:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r2686 r2724 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.