Rails Integrate with Webrtc

41 views
Skip to first unread message

Parth S

unread,
Dec 8, 2014, 8:36:03 AM12/8/14
to rubyonra...@googlegroups.com
Hi All,

I need to implement video chat function in my rails application. Could anyone tell how will do that using Webrtc .

Vivek Sampara

unread,
Dec 8, 2014, 9:54:49 AM12/8/14
to rubyonra...@googlegroups.com
I'd recommend you not to re-invent the wheel and use bbb or appear.in or talky

On Mon, Dec 8, 2014 at 2:06 PM, Parth S <parthi...@gmail.com> 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 rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/74065d2d-98f1-4350-95ec-7b4d9c64fb85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alexandre Calvão

unread,
Dec 8, 2014, 2:17:21 PM12/8/14
to rubyonra...@googlegroups.com


===================
Alexandre Mondaini Calvão

"Nossa recompensa se encontra no esforço e não no resultado. Um esforço total é uma vitória completa." [Ghandi]

Tom Sheffler

unread,
Mar 6, 2015, 7:49:07 AM3/6/15
to rubyonra...@googlegroups.com, parthi...@gmail.com

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

Here is an intro
Reply all
Reply to author
Forward
0 new messages