Ignore:
Timestamp:
Dec 28, 2007 8:51:58 AM (16 years ago)
Author:
bennylp
Message:

Ticket #433: Failure in media negotiation when SDP contains two audio media lines (thanks Arie Velthoen)

File:
1 edited

Legend:

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

    r1417 r1639  
    149149 */ 
    150150#define PJMEDIA_SDP_EINRTCP         (PJMEDIA_ERRNO_START+35)    /* 220035 */ 
     151/** 
     152 * @hideinitializer 
     153 * Invalid SDP media transport protocol. 
     154 */ 
     155#define PJMEDIA_SDP_EINPROTO        (PJMEDIA_ERRNO_START+36)    /* 220036 */ 
    151156 
    152157 
Note: See TracChangeset for help on using the changeset viewer.