Rails Integrate with Webrtc

Hi All,

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

I’d recommend you not to re-invent the wheel and use bbb or appear.in or
talky

I wrote this about it.

===================
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]

2014-12-08 7:54 GMT-02:00 Vivek S. [email protected]:

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 :slight_smile:

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

Tom S. wrote in post #1169725:

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 :slight_smile:

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
APIs and Customizations for SightCall's Remote Visual… | SightCall

I could not open the github repo. Is this private repo or removed from
github?