From 4984e13186aed5849fcb46b003b5cb0eadf25dbb Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 6 Mar 2014 01:02:26 +0000 Subject: Re #1742 (misc): Fixed doc for Call::reinvite() in pjsua2 lib git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4780 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua2/call.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pjsip') diff --git a/pjsip/include/pjsua2/call.hpp b/pjsip/include/pjsua2/call.hpp index 52dcd29e..16001e0e 100644 --- a/pjsip/include/pjsua2/call.hpp +++ b/pjsip/include/pjsua2/call.hpp @@ -1239,13 +1239,15 @@ public: void setHold(const CallOpParam &prm) throw(Error); /** - * Send re-INVITE to release hold. + * Send re-INVITE. * The final status of the request itself will be reported on the * \a onCallMediaState() callback, which inform the application that * the media state of the call has changed. * * @param prm.opt Optional call setting, if empty, the current call * setting will remain unchanged. + * @param prm.opt.flag Bitmask of pjsua_call_flag constants. Specifying + * PJSUA_CALL_UNHOLD here will release call hold. * @param prm.txOption Optional message components to be sent with * the request. */ -- cgit v1.2.3