- From: ketsebum via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Oct 2022 16:22:47 +0000
- To: public-webrtc-logs@w3.org
Yeah, at least from my understanding Trickle ICE is great for speeding up initial connection. However, the essential problem is that Trickle ICE will still enter into the complete state for ICE Gathering. This is problematic if there is any network changes that a new ICE Candidate would be able to connect better. ICE Restart does solve this problem, but it is up to the individual clients to implement and is likely to be a slower response to network change, than a continually ICE gathering policy. -- GitHub Notification of comment by ketsebum Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/121#issuecomment-1293775875 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 27 October 2022 16:22:49 UTC