Ice trickle support
See original GitHub issueHi again,
I would to open again the discussion about ice tickle support. So, is it so difficult to implement in aiortc codebase? Could explain how can we implement this in aiortc (better way to implement)? I could help you in this issue.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
RTCPeerConnection.canTrickleIceCandidates - Web APIs
ICE trickling is the process of continuing to send candidates after the initial offer or answer has already been sent to the other...
Read more >Trickle ICE - GitHub Pages
This page tests the trickle ICE functionality in a WebRTC implementation. It creates a PeerConnection with the specified ICEServers, and then starts ...
Read more >Trickle ICE - BlogGeek.me
Trickle ICE is a common term used in the WebRTC environment. Learn more in the WebRTC Glossary where all relevant terms are explained!...
Read more >draft-ietf-mmusic-trickle-ice-02
Trickle ICE : Incremental Provisioning of Candidates for the Interactive ... Once a session is established and trickle ICE support is confirmed for...
Read more >ICE always tastes better when it trickles! (Emil Ivov)
If the callee supports Trickle ICE, the rest of the process is still optimized because it can send candidates incrementally speed up the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Just confirming that it works as you mentioned. 👍 The problem was on my side (my signalling adapter blocked a thread where aiortc was running it leading to no response during ICE exchange).
@mglettig we explicitly support both candidates passed into
setRemoteDescriptionor subsequenty withaddIceCandidate. If you have a reproducible scenario where this does not work, please open a separate issue.