Changeset 4780 for pjproject


Ignore:
Timestamp:
Mar 6, 2014 1:02:26 AM (10 years ago)
Author:
ming
Message:

Re #1742 (misc): Fixed doc for Call::reinvite() in pjsua2 lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/call.hpp

    r4742 r4780  
    12401240     
    12411241    /** 
    1242      * Send re-INVITE to release hold. 
     1242     * Send re-INVITE. 
    12431243     * The final status of the request itself will be reported on the 
    12441244     * \a onCallMediaState() callback, which inform the application that 
     
    12471247     * @param prm.opt       Optional call setting, if empty, the current call 
    12481248     *                      setting will remain unchanged. 
     1249     * @param prm.opt.flag  Bitmask of pjsua_call_flag constants. Specifying 
     1250     *                      PJSUA_CALL_UNHOLD here will release call hold. 
    12491251     * @param prm.txOption  Optional message components to be sent with 
    12501252     *                      the request. 
Note: See TracChangeset for help on using the changeset viewer.