simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.65k stars 1.19k forks source link

Has anyone gotten this to work with meteor? #208

Open joshterrill opened 9 years ago

joshterrill commented 9 years ago

This stackoverflow thread has been left un-answered for quite some time...just curious if anyone has gotten this to work with meteor yet. http://stackoverflow.com/questions/22796183/webrtc-not-working-after-bundling-the-application

MarkHendriks commented 9 years ago

@joshuaterrill I built https://spacecall.at with meteor and simplewebrtc. What isn't working for you?

joshterrill commented 9 years ago

I can't get my sessions to know that each other exists and start a connection. Is your project open source?

On 2:02am, Tue, Feb 17, 2015 Mark Hendriks notifications@github.com wrote:

@joshuaterrill https://github.com/joshuaterrill I built https://spacecall.at with meteor and simplewebrtc. What isn't working for you?

— Reply to this email directly or view it on GitHub https://github.com/HenrikJoreteg/SimpleWebRTC/issues/208#issuecomment-74643584 .

MarkHendriks commented 9 years ago

It's not, my setup is quite simple. I use iron-router to route and join calls by /:id. If you want to keep track of active/created rooms, you could perhaps use a collection?