Ignore:
Timestamp:
Jan 23, 2008 8:34:11 PM (16 years ago)
Author:
bennylp
Message:

Handle SDP offer containing application as the media type

File:
1 edited

Legend:

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

    r1639 r1734  
    6464     *  encoding_name. 
    6565     */ 
    66     PJMEDIA_TYPE_UNKNOWN = 3 
     66    PJMEDIA_TYPE_UNKNOWN = 3, 
     67 
     68    /** The media is application. */ 
     69    PJMEDIA_TYPE_APPLICATION = 4 
    6770 
    6871} pjmedia_type; 
Note: See TracChangeset for help on using the changeset viewer.