You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks again for this amazing work! I am wondering what would be the best way to minimize or eliminate the interruption when a network connection goes down. Consider the scenario of a mobile phone connected via Wi-Fi and 5G, one of these will be selected when the WebRTC peerconnection is established from the list of candidates. Now what happens if this connection is lost? Ideally the other connection should take over. As far as I understand the WebRTC spec, this requires first detection the lost connection and then renegotiation the session. Is that correct? How can I minimize the interruption when using libdatachannel?
Thanks!
The text was updated successfully, but these errors were encountered:
libdatachannel does not support ICE restart for now as it is missing from libjuice (see paullouisageneau/libjuice#130), which would reduce interruption duration. Therefore, the solution right now is to detect the lost connection and reconnect.
Hi,
Thanks again for this amazing work! I am wondering what would be the best way to minimize or eliminate the interruption when a network connection goes down. Consider the scenario of a mobile phone connected via Wi-Fi and 5G, one of these will be selected when the WebRTC peerconnection is established from the list of candidates. Now what happens if this connection is lost? Ideally the other connection should take over. As far as I understand the WebRTC spec, this requires first detection the lost connection and then renegotiation the session. Is that correct? How can I minimize the interruption when using libdatachannel?
Thanks!
The text was updated successfully, but these errors were encountered: