Changes between Initial Version and Version 2 of Ticket #1913
- Timestamp:
- May 9, 2016 3:31:09 AM (9 years ago)
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 2 2 "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." 3 3 4 This ticket is to add a callback to notifythe 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]}}}).4 This 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]}}}). 5 5 6 The app will get notified via {{{on_call_media_transport_state()}}} callback 7 and it can inspect {{{ext_info}}} to verify the operation to be equal to 8 {{{PJ_ICE_STRANS_OP_ADDR_CHANGE}}}.