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/pjmedia/include/pjmedia/sdp_neg.h

    r140 r163  
    9898}; 
    9999 
     100 
     101/** 
     102 * Get the state string description of the specified state. 
     103 * 
     104 * @param state         Negotiator state. 
     105 * 
     106 * @return              String description of the state. 
     107 */ 
     108PJ_DECL(const char*) pjmedia_sdp_neg_state_str(pjmedia_sdp_neg_state state); 
     109 
     110 
    100111/** 
    101112 * Create the SDP negotiator with local offer. The SDP negotiator then 
Note: See TracChangeset for help on using the changeset viewer.