Ignore:
Timestamp:
Jun 19, 2008 1:54:21 PM (16 years ago)
Author:
bennylp
Message:

Added new API's in ICE stream transport to assist offer/answer negotiation: pj_ice_strans_has_sess(), pj_ice_strans_sess_is_running(), pj_ice_strans_sess_is_complete(), pj_ice_strans_get_running_comp_cnt(), pj_ice_strans_get_ufrag_pwd(), and PJNATH_EICEMISMATCH error code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/errno.h

    r1988 r2031  
    153153/** 
    154154 * @hideinitializer 
     155 * Default destination does not match any ICE candidates 
     156 */ 
     157#define PJNATH_EICEMISMATCH         (PJNATH_ERRNO_START+83) /* 370083 */ 
     158/** 
     159 * @hideinitializer 
    155160 * Invalid ICE component ID 
    156161 */ 
Note: See TracChangeset for help on using the changeset viewer.