summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-03-16 04:04:59 +0000
committerBenny Prijono <bennylp@teluu.com>2011-03-16 04:04:59 +0000
commit1c6a0d5b95523d2f97e631e4fb33ddcc8d8651b7 (patch)
tree32ab7b8a1efe21d0ebbfeab3cd1f982902c140e4
parent84b666666eadfe8d2c853d7b04e4dda831890ed9 (diff)
Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid for pjsua_call_reinvite()
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3453 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 2aa83c59..22b0d01b 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -3030,10 +3030,9 @@ typedef enum pjsua_call_flag
{
/**
* When the call is being put on hold, specify this flag to unhold it.
- * This flag is only valid for #pjsua_call_reinvite() and
- * #pjsua_call_update(). Note: for compatibility reason, this flag
- * must have value of 1 because previously the unhold option is
- * specified as boolean value.
+ * This flag is only valid for #pjsua_call_reinvite(). Note: for
+ * compatibility reason, this flag must have value of 1 because
+ * previously the unhold option is specified as boolean value.
*/
PJSUA_CALL_UNHOLD = 1,