summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2014-03-06 01:02:26 +0000
committerLiong Sauw Ming <ming@teluu.com>2014-03-06 01:02:26 +0000
commit4984e13186aed5849fcb46b003b5cb0eadf25dbb (patch)
tree7d415d2a6386039d575e131f09b34bd202dc353e
parentda94a4be035b1a79e759177a198edbde253d5337 (diff)
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
-rw-r--r--pjsip/include/pjsua2/call.hpp4
1 files changed, 3 insertions, 1 deletions
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.
*/