Changes between Initial Version and Version 2 of Ticket #1913


Ignore:
Timestamp:
May 9, 2016 3:31:09 AM (8 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1913

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1913 – Description

    initial v2  
    22"If ICE media transport is used, and STUN is enabled on the media transport, then the media transport will automatically update its publicly mapped IP address from the STUN Binding response. The transport should send STUN Binding request periodically (approximately every 15 seconds) as NAT keep-alive mechanism, so the address change will be detected by the transport automatically during this operation." 
    33 
    4 This ticket is to add a callback to notify the app when such address change happens due to the STUN keep alive operation (as indicated by the log saying: {{{STUN mapped address found/changed: [new address here]}}}). 
     4This ticket is to provide a notification to the app when such address change happens due to the STUN keep alive operation (as indicated by the log saying: {{{STUN mapped address found/changed: [new address here]}}}). 
    55 
     6The app will get notified via {{{on_call_media_transport_state()}}} callback 
     7and it can inspect {{{ext_info}}} to verify the operation to be equal to 
     8{{{PJ_ICE_STRANS_OP_ADDR_CHANGE}}}.