Changes between Version 12 and Version 13 of SRTP


Ignore:
Timestamp:
Feb 1, 2008 2:51:51 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SRTP

    v12 v13  
    5050=== API Changes === 
    5151 
    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. 
     52Changes: 
     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. 
    5355 
    5456If you are working directly with PJMEDIA transport API, there may be changes required in your code.