Opened 13 years ago
Closed 13 years ago
#1416 closed enhancement (fixed)
Allow application to send data after ICE negotiation fails
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjnath | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently the pjnath ICE session and transport do not allow data transmission to pass once negotiation has failed. Some applications may want to proceed with sending data anyway, hence the ICE session and transport need to change their behavior to allow this. The data will be sent using the default candidate to the desired destination address. Applications who do not wish to use this feature can just disconnect the call after ICE negotiation fails as usual.
Change History (1)
comment:1 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3906]) Fixed #1416: Allow application to send data after ICE negotiation fails