Changes between Version 18 and Version 19 of ReleaseNotes-2.0


Ignore:
Timestamp:
May 17, 2012 7:30:39 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v18 v19  
    7777=== PJSUA API (pjsua.h) === 
    7878 
    79 Design change: 
     79See also [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB.htm PJSUA-LIB documentation]. 
     80 
     81==== Design change ==== 
    8082 - support for multiple medias. pjsua_call struct refactored. 
    8183 
    82 Removed API: 
     84==== Removed API ==== 
    8385 - PJ_DECL(pjmedia_session*) pjsua_call_get_media_session(pjsua_call_id call_id); 
    8486 - PJ_DECL(pjmedia_transport*) pjsua_call_get_media_transport(pjsua_call_id cid); 
    8587 
    86 API change: 
     88==== API change ==== 
    8789 - "session" parameter in {{{on_stream_created()}}} and {{{on_stream_destroyed()}}} callbacks has been replaced by "stream" 
     90 
     91==== New API ==== 
     92 
     93 - [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB__VIDEO.htm Video API] 
    8894 
    8995=== Configure script ===