Changeset 5845 for pjproject/trunk/pjmedia/src/pjmedia/errno.c
- Timestamp:
- Jul 26, 2018 7:19:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/errno.c
r5824 r5845 167 167 PJ_BUILD_ERR( PJMEDIA_SRTP_ESDPREQCRYPTO, "SRTP crypto attribute required" ), 168 168 PJ_BUILD_ERR( PJMEDIA_SRTP_ESDPREQSECTP, "Secure transport required in SDP media descriptor" ), 169 PJ_BUILD_ERR( PJMEDIA_SRTP_EKEYNOTREADY, "SRTP parameters negotiation still in progress" ), 169 170 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_ENOCRYPTO, "No matching SRTP crypto-suite after DTLS nego" ), 170 171 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_EPEERNOCERT,"No certificate supplied by peer in DTLS nego" ),
Note: See TracChangeset
for help on using the changeset viewer.