Changeset 5755 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Mar 15, 2018 3:00:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r5704 r5755 1482 1482 */ 1483 1483 void resetVideoCodecParam(const string &codec_id) throw(Error); 1484 1485 /** 1486 * Enumerate all SRTP crypto-suite names. 1487 * 1488 * @return The list of SRTP crypto-suite name. 1489 */ 1490 StringVector srtpCryptoEnum() throw(Error); 1484 1491 1485 1492 /*************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.