Changeset 3453
- Timestamp:
- Mar 16, 2011 4:04:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3452 r3453 3031 3031 /** 3032 3032 * When the call is being put on hold, specify this flag to unhold it. 3033 * This flag is only valid for #pjsua_call_reinvite() and 3034 * #pjsua_call_update(). Note: for compatibility reason, this flag 3035 * must have value of 1 because previously the unhold option is 3036 * specified as boolean value. 3033 * This flag is only valid for #pjsua_call_reinvite(). Note: for 3034 * compatibility reason, this flag must have value of 1 because 3035 * previously the unhold option is specified as boolean value. 3037 3036 */ 3038 3037 PJSUA_CALL_UNHOLD = 1,
Note: See TracChangeset
for help on using the changeset viewer.