Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove documentation around signalling #548
Open
Labels
Comments
|
Disabling trickle is kind of terrible - it stalls establishing the connection until ICE fully completes. I don't think poor performance should be the default. Maybe this is a documentation bug rather than an issue with the defaults? |
|
Thats a fair point. Didn't realize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a bug but a suggestion:
I think it'd be easier for newbies if trickle was set to false by default. While the examples use clients on a same context and multiple candidates are shared automatically, developers will likely use a signaling server. When building out a signaling server, its not immediately obvious you need to handle multiple signals from the same peer. Setting trickle to false by default would hopefully save a lot of headaches.