Changes between Version 9 and Version 10 of IPAddressChange
- Timestamp:
- Jan 9, 2013 8:25:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPAddressChange
v9 v10 74 74 If ICE is not used, then at present there is no mechanism to update the IP address of media transport, nor the media transport will update its address even when STUN is used. ~~~The only solution would be to recreate the media transports and supply them to PJSUA-LIB with {{{pjsua_media_transports_attach()}}}.~~~ You need to call {{{pjsua_media_transports_create()}}} to recreate the media transports. 75 75 76 '''Update''': since 2.0, media transports are created on demand, so recreating media transports is no longer necessary, see [wiki:ReleaseNotes-2.0#OnDemandMediaTransport On Demand Media Transport]. 77 76 78 77 79 ==== Call in progress issues ==== … … 96 98 97 99 Note that the usual caveats of including <pjsua_internal.h> apply (i.e. this is not public API and things may change in future releases). 100 101 '''Update''': since 1.10 or 2.0, application using PJSUA can update dialog Contact URI by specifying {{{PJSUA_CALL_UPDATE_CONTACT}}} flag in option parameter of {{{pjsua_call_reinvite()}}}, the corresponding ticket is #1209. 98 102 99 103 … … 318 322 </td></tr></table> 319 323 }}} 320