sent-hil
sent-hil

Reputation: 19285

Rails voice/chat plugin?

I've been looking around in Google, but haven't found an answer. Do you guys know any?

Upvotes: 2

Views: 2145

Answers (2)

gersh
gersh

Reputation: 2437

You can use http://www.raydash.com. Take a look at the gem Readme at https://github.com/gersh/Raydash-Ruby-on-Rails. Take a look at the view helpers at https://github.com/gersh/Raydash-Ruby-on-Rails/blob/master/lib/app/helpers/raydash_helper.rb. You can hide the video if you want, and just do voice.

You can input audio and stream it via flash.

Upvotes: 0

Oinak
Oinak

Reputation: 1805

You can easily implement a chat with socky as seen today in one of the Lightin Talks by Bernard "Imanel" Potocki at Euruko conference in Krakow (Poland):

check this: http://github.com/imanel/socky_example

Upvotes: 2

Related Questions