We have a pretty nice Ruby server-side client and I've published a Rails application that is a little group-wise video call and text chat app. It runs on Heroku so you can try it out easily (after you sign up for an account :-)
The Rails part is pretty straightforward (User table, authentication client). Most of the WebRTC hard stuff is in our Javascript API. This way you focus on the pages of your app and we take care of the real-time and video. Here is some code https://github.com/sightcall/Communicator Here is an intro http://www.sightcall.com/api-sdk/ On Monday, December 8, 2014 at 12:36:03 AM UTC-8, Parth S wrote: > > Hi All, > > I need to implement video chat function in my rails application. Could > anyone tell how will do that using Webrtc . > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d21572f2-3e8b-4941-a4ec-07353b6f7045%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

