Ignore:
Timestamp:
Nov 23, 2016 8:15:49 AM (7 years ago)
Author:
riza
Message:

Re #1945: Change the error message on pjsua_media_channel_update() when unknown/unsupported media type is found.

File:
1 edited

Legend:

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

    r3945 r5489  
    407407 */ 
    408408#define PJMEDIA_EBADFMT             (PJMEDIA_ERRNO_START+108)    /* 220108 */ 
    409  
     409/** 
     410 * @hideinitializer 
     411 * Unsupported media type. 
     412 */ 
     413#define PJMEDIA_EUNSUPMEDIATYPE     (PJMEDIA_ERRNO_START+109)    /* 220109 */ 
    410414 
    411415/************************************************************ 
Note: See TracChangeset for help on using the changeset viewer.