River Tam
River Tam

Reputation: 3216

Meteor.js voice chat

Is there a Meteor extension or something that would enable voice chat between users? (I don't have a problem with it being routed through the server first, but I don't know if this is necessary)

Upvotes: 2

Views: 1247

Answers (2)

FullStack
FullStack

Reputation: 6020

There is an open source solution (MIT license) you can deploy without writing a single line of code:

https://github.com/RocketChat/Rocket.Chat

Upvotes: 1

Nate
Nate

Reputation: 1875

You can achieve both video and chat using meteor-webrtc. Check out https://github.com/foxdog-studios/meteor-webrtc .

Upvotes: 6

Related Questions