Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trickle ICE #52

Open
feross opened this issue Jun 29, 2014 · 0 comments
Open

Trickle ICE #52

feross opened this issue Jun 29, 2014 · 0 comments
Labels

Comments

@feross
Copy link
Member

feross commented Jun 29, 2014

During the training, we briefly discussed the different ways to handle ICE candidates, suggesting that you listen to the icecandidate event in order to send candidates to the remote peer as soon as they're available. This is called "trickle ICE".

A simpler (but much slower) way to send candidates to the other side is to use vanilla ICE. In this process, you just gather all the candidates and send them over as part of the offer/answer.

This article I just found has an excellent explanation and history of ICE: http://webrtchacks.com/trickle-ice/ I found it very interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant