Changeset 3304 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Sep 7, 2010 5:12:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3303 r3304 315 315 #ifndef PJSUA_ADD_ICE_TAGS 316 316 # define PJSUA_ADD_ICE_TAGS 1 317 #endif 318 319 /** 320 * Timeout value used to acquire mutex lock on a particular call. 321 * 322 * Default: 2000 ms 323 */ 324 #ifndef PJSUA_ACQUIRE_CALL_TIMEOUT 325 # define PJSUA_ACQUIRE_CALL_TIMEOUT 2000 317 326 #endif 318 327
Note: See TracChangeset
for help on using the changeset viewer.