-
Notifications
You must be signed in to change notification settings - Fork 0
documentation: getting started #6
Comments
I think I mentioned to Philipp that at Google I/O this year (with help from On Fri, Dec 19, 2014 at 5:20 PM, Philipp Hancke [email protected]
|
I'd be happy to help out here with high-level intro documentation as needed. My latest talk is published here: https://vimeo.com/113475929. While mostly evangelism for diving into WebRTC, my aim was to give web devs some context and explaining the elements of a WebRTC app. Hopefully helpful. |
FWIW the Google I/O 2014 WebRTC codelab is here This codelab could, of course, be improved, but I think it's better than One big piece still missing: there's very little about WebRTC Sam On Tue, Dec 23, 2014 at 4:14 PM, Sam Dutton [email protected] wrote:
|
The codelab that @fippo and I ran at LXJS 2014 is here: https://github.com/LXJS/training-webrtc (It's also derived from the https://bitbucket.org/webrtc/codelab codelab.) |
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.
The text was updated successfully, but these errors were encountered: