ICE and DTLS restart support
ICE and DTLS restart support should be implemented.
Requires https://github.com/paullouisageneau/libjuice/issues/130
+1
hello, I total agree with that. i have been considering if there is a interface to set the timeout of heart beat between tow peers on any time.
hello, I total agree with that. i have been considering if there is a interface to set the timeout of heart beat between tow peers on any time.
ICE restart support is unrelated to exposing timeout settings.
Note if there are datachannels, you can set the SCTP hearbeat interval with heartbeatInterval in SetSctpSettings() before creating the peer connection. You can also implement your own applicative timeouts.