Ignore:
Timestamp:
Feb 9, 2006 1:26:14 AM (18 years ago)
Author:
bennylp
Message:

Done media integration in pjsua. Needs to do actual voice testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h

    r141 r163  
    378378 
    379379 
     380#if 0 
     381 If we implement this, we need to send SDP answer automatically on  
     382 subsequent request/response. Something like "has_answer" flag. 
     383 
     384/** 
     385 * Set local answer to respond to remote SDP offer. By calling this function, 
     386 * application can start SDP negotiation immediately without having to 
     387 * send any request or response message. This function is normally called 
     388 * when on_rx_offer() callback is called. 
     389 * 
     390 * @param inv           The invite session. 
     391 * @param sdp           The SDP description which will be set as answer 
     392 *                      to remote. 
     393 */ 
     394PJ_DECL(pj_status_t) pjsip_inv_set_sdp_answer( pjsip_inv_session *inv, 
     395                                               const pjmedia_sdp_session *sdp ); 
     396#endif 
     397 
    380398/** 
    381399 * Create a SIP message to initiate invite session termination. Depending on  
Note: See TracChangeset for help on using the changeset viewer.