Reputation: 3216
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
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
Reputation: 1875
You can achieve both video and chat using meteor-webrtc. Check out https://github.com/foxdog-studios/meteor-webrtc .
Upvotes: 6