Ignore:
Timestamp:
Oct 4, 2007 6:17:58 AM (17 years ago)
Author:
bennylp
Message:

Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE

File:
1 edited

Legend:

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

    r1463 r1471  
    27662766                                         const pjsua_msg_data *msg_data); 
    27672767 
     2768/** 
     2769 * Send UPDATE request. 
     2770 * 
     2771 * @param call_id       Call identification. 
     2772 * @param options       Must be zero for now. 
     2773 * @param msg_data      Optional message components to be sent with 
     2774 *                      the request. 
     2775 * 
     2776 * @return              PJ_SUCCESS on success, or the appropriate error code. 
     2777 */ 
     2778PJ_DECL(pj_status_t) pjsua_call_update(pjsua_call_id call_id, 
     2779                                       unsigned options, 
     2780                                       const pjsua_msg_data *msg_data); 
    27682781 
    27692782/** 
Note: See TracChangeset for help on using the changeset viewer.