Ignore:
Timestamp:
Jun 13, 2006 10:22:54 PM (18 years ago)
Author:
bennylp
Message:

Added pjmedia_sdp_neg_was_aswer_remote()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/sdp_neg.h

    r411 r501  
    393393                                   const pjmedia_sdp_session **remote); 
    394394 
     395 
     396/** 
     397 * Determine whether remote sent answer (as opposed to offer) on the 
     398 * last negotiation. This function can only be called in state 
     399 * PJMEDIA_SDP_NEG_STATE_DONE. 
     400 * 
     401 * @param neg           The SDP negotiator instance. 
     402 * 
     403 * @return              Non-zero if it was remote who sent answer, 
     404 *                      otherwise zero if it was local who supplied 
     405 *                      answer. 
     406 */ 
     407PJ_DECL(pj_bool_t) 
     408pjmedia_sdp_neg_was_answer_remote(pjmedia_sdp_neg *neg); 
     409 
     410 
    395411/** 
    396412 * Get the current remote SDP offer or answer. Application can only  
Note: See TracChangeset for help on using the changeset viewer.