Ignore:
Timestamp:
Dec 16, 2019 12:37:57 PM (4 years ago)
Author:
riza
Message:

Close #2257: Filter SRTP crypto setting for DTLS-SRTP profile.

File:
1 edited

Legend:

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

    r5845 r6118  
    657657#define PJMEDIA_SRTP_DTLS_ENOFPRINT (PJMEDIA_ERRNO_START+243)   /* 220243 */ 
    658658 
     659/** 
     660 * @hideinitializer 
     661 * No valid SRTP protection profile for DTLS. 
     662 */ 
     663#define PJMEDIA_SRTP_DTLS_ENOPROFILE (PJMEDIA_ERRNO_START+244)   /* 220244 */ 
     664 
    659665#endif /* PJMEDIA_HAS_SRTP */ 
    660666 
Note: See TracChangeset for help on using the changeset viewer.