The developer docs seem pretty easy to read so far, the nodejs example is nice. I'm impressed!
Edit - after some quick testing of the vLine video app, things seem to work fine in chrome, Firefox (stable and aurora) weren't showing online users, and safari (to my surprise because as far as I know safari doesn't support webrtc) showed users and chat worked but didn't support video calls.
Anyone know if Apple/Safari is planning to support WebRTC, or are they still sitting on the sidelines?
We're always excited to see the new things that people build with our platform. The goal for our developer platform is to enable massive parallel experimentation with WebRTC so that people can create applications that are completely new and different from anything that exists today. We believe that by abstracting out the global server backend (and browser differences, etc.) from WebRTC there is a much larger market of developers that can build amazing things involving communication than ever before while only using JavaScript.
If you need any help along the way, don't be shy to contact us (@vlineinc, support@vline.com, http://stackoverflow.com/questions/tagged/vline)
Apple has participated in the WebRTC standard discussion (mainly pushing for H264 as the codec standard), but have kept silent on when/if they will release it in Safari.
Microsoft/Skype have been participating, but no word on when it will be in IE.
http://community.igniterealtime.org/blogs/ignite/2013/04/29/...
So I tried again in firefox (because I value privacy too much to ever install google products), and now I have a box with "connecting to room..." accompanied by a sad attempt to give away my data to google analytics and that's it.
So much for "copy. paste. video chat.", more like "relinquish your privacy to google, do that again, copy, paste, hope this will work".
I'm sure I'm happy web browsers are getting the ability to control webcams and watch as your surf the web.
What version of Firefox are you using? What OS?
By the way, is HD video not supported or is the problem from my side?
If you want to try out HD, register for a developer account at https://vline.com/developer/ and try the "Web Client". There is a drop-down menu on the "Video Call" button that lets you select HD (make sure to also choose that when you answer. The other option is to try GitTogether, which is just our Web Client with a GitHub login: https://gittogether.com.
I tried GitTogether and HD worked like a charm. The only problem is that resolution doesn't scale to the Internet speed, which means HD all the time but at low frame rate. However, the service is awesome and has a bright future in my opinion. Good luck!
https://bitbucket.org/webrtc/codelab
Another good set of WebRTC resources: https://github.com/muaz-khan/WebRTC-Experiment
For STUN/TURN, you'll probably want to take a look at this server: https://code.google.com/p/rfc5766-turn-server/