Changes between Version 8 and Version 9 of RelNotes-2.0_GDS
- Timestamp:
- May 22, 2012 10:39:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelNotes-2.0_GDS
v8 v9 1 === General Data Structurechanges in 2.0 ===1 === General changes in 2.0 === 2 2 3 3 … … 27 27 [http://www.pjsip.org/docs/latest-2/pjmedia/docs/html/group__PJMEDIA__VID__TEE.htm Video tee/source duplicator]. 28 28 29 See also [http://www.pjsip.org/docs/latest-2/pjmedia/docs/html/index.htm PJMEDIA documentation]. 29 30 30 ==== New APIs in PJSUA ====31 31 32 ==== PJSUA API changes ==== 33 34 - '''New''': 35 [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/structpjsua__call__setting.htm pjsua_call_setting]. 32 36 - '''New''': 33 37 [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB__VIDEO.htm PJSUA-API Video], … … 36 40 [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB__CALL.htm#ga23c0bd5a335b5fa0d02404cd03ca0d5e pjsua_call_vid_stream_is_running()], 37 41 [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB__CALL.htm#ga75f489659c931707e953024cc1a5b7c5 pjsua_call_get_vid_stream_idx()] 38 - '''New''': 39 [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/structpjsua__call__setting.htm pjsua_call_setting]. 42 - '''Removed''': {{{pjsua_call_get_media_session()}}} and {{{pjsua_call_get_media_transport()}}}. 43 - '''Changed''': "session" parameter in [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/structpjsua__callback.htm#a645a9ee0fb5965de9d545e0d2cf97722 on_stream_created()] and [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/structpjsua__callback.htm#ae3070f612547073a3e27825dd1229435 on_stream_destroyed()] callbacks has been replaced by "stream". 44 45 See also [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB.htm PJSUA-LIB documentation]. 40 46 41 47 … … 80 86 81 87 - '''Changed''': As now call can have multiple media streams, e.g: M audio streams and N video streams, {{{pjsua_call_info}}} also has array of media info. Check the call info documentation [http://www.pjsip.org/docs/latest-2/pjsip/docs/html/structpjsua__call__info.htm here] for details. 88 89 [[BR]][[BR]] 90 See also [wiki:ReleaseNotes-2.0 Release Notes for 2.0]