Changes between Version 12 and Version 13 of SRTP
- Timestamp:
- Feb 1, 2008 2:51:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SRTP
v12 v13 50 50 === API Changes === 51 51 52 New callbacks have been added in media transport interface which may break your application, depending on the API level that you use. The changes will be explained in [#med-tp-changes Changes in Media Transport Interface] section below. 52 Changes: 53 - New callbacks have been added in media transport interface which may break your application, depending on the API level that you use. The changes will be explained in [#med-tp-changes Changes in Media Transport Interface] section below. 54 - Removed const specification from media transport's RTP and RTCP callback to allow packets to be modified in place. 53 55 54 56 If you are working directly with PJMEDIA transport API, there may be changes required in your code.