Changes between Version 18 and Version 19 of ReleaseNotes-2.0
- Timestamp:
- May 17, 2012 7:30:39 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes-2.0
v18 v19 77 77 === PJSUA API (pjsua.h) === 78 78 79 Design change: 79 See also [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB.htm PJSUA-LIB documentation]. 80 81 ==== Design change ==== 80 82 - support for multiple medias. pjsua_call struct refactored. 81 83 82 Removed API: 84 ==== Removed API ==== 83 85 - PJ_DECL(pjmedia_session*) pjsua_call_get_media_session(pjsua_call_id call_id); 84 86 - PJ_DECL(pjmedia_transport*) pjsua_call_get_media_transport(pjsua_call_id cid); 85 87 86 API change: 88 ==== API change ==== 87 89 - "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] 88 94 89 95 === Configure script ===