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
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
There is quite a lack of documentation about even the basics. The codelab @feross and I used during LXJS is pretty good, but we noticed some problems with it.
getUserMedia is pretty easy to understand but signaling (being BYO) seems to be the issue here. Much as I like trickle-ice, it is harder to explain than a simple "offer, answer, you're done". It is a great optimization, but without any examples that show what it optimizes (call setup time) it is very hard to understand why it is done.