Changes between Initial Version and Version 2 of Ticket #1865


Ignore:
Timestamp:
Jul 7, 2015 3:35:07 AM (9 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1865

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

    initial v2  
    11Currently {{{pjsua_start()}}} will automatically start NAT type detection, it may block the application UI/main thread (the thread calling {{{pjsua_start()}}}, usually it is the UI/main thread), when the configured STUN server is down. 
    22 
    3 So, let's just perform NAT type detection only after STUN server resolution is succeeded. 
     3So, let's just perform NAT type detection only after STUN server resolution is succeeded. Also, make the library starting NAT type detection only when {{{pjsua_config.nat_type_in_sdp}}} is set to non-zero.