Embedding Video Conference Solution in Meteor App

Hi All

Just checking if anybody can share experience of embedding a video conferencing solution in their meteor app(meteor + cordova) or suggest some.

Thanks

To build a videocon solution with Meteor, all you need is here: https://docs.bigbluebutton.org/2.2/architecture.html though not many things would be actually Meteor because video over web is a different ‘industry’.

To embed https://github.com/edemaine/comingle

Thank you …both look interesting, will investigate.

I use Jitsi I have an web/cordova based meteor app that uses the Jitsi Bridge. I also build the Cordova plugins that work in iOS and Android. They need some tweaking to get it all to work but I have been using this setup for the past 9 months.

Thanks will check out.