Changes between Version 6 and Version 7 of ReleaseNotes-2.0


Ignore:
Timestamp:
Dec 22, 2010 5:33:41 AM (13 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v6 v7  
    5151 
    5252== Changes == 
     53 
     54=== PJSUA API (pjsua.h) === 
     55 
     56Design change: 
     57 - support for multiple medias. pjsua_call struct refactored. 
     58 
     59Removed API: 
     60 - PJ_DECL(pjmedia_session*) pjsua_call_get_media_session(pjsua_call_id call_id); 
     61 - PJ_DECL(pjmedia_transport*) pjsua_call_get_media_transport(pjsua_call_id cid); 
    5362 
    5463=== Configure script ===