Ignore:
Timestamp:
Mar 16, 2011 4:04:59 AM (13 years ago)
Author:
bennylp
Message:

Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid for pjsua_call_reinvite()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r3452 r3453  
    30313031    /** 
    30323032     * 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. 
    30373036     */ 
    30383037    PJSUA_CALL_UNHOLD = 1, 
Note: See TracChangeset for help on using the changeset viewer.