Changes between Initial Version and Version 3 of Ticket #2218


Ignore:
Timestamp:
Sep 23, 2019 7:38:39 AM (5 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2218

    • Property Owner set to ming
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #2218 – Description

    initial v3  
    11Related to #1972, specifically r5465, but the issue can also happen when the state is already set to PJ_TURN_STATE_ALLOCATING (i.e. after sending the request). 
    22 
     3This fix, together with #1972, will cause the ICE to continue if one TURN candicate fails during resolution or allocation. This should be useful because instead of immediately failing, ICE will keep trying to establish successful media communication. 
     4 
     5However, because of the behavioral change, we need to add extra checking when all ICE candicates have been gathered but none of them is successful. In this case, the ICE session should fail.