rtc-io / rtc-plugin-node

EXPERIMENTAL, IN-PROGRESS: An rtc.io plugin that uses the node-webrtc (wrtc) package for WebRTC primitives
Apache License 2.0
6 stars 6 forks source link

wrtc version 0.0.29 dependency #2

Closed Neograph734 closed 9 years ago

Neograph734 commented 9 years ago

Is this package specifically depending on wrtc 0.0.29? As of now version 0.0.46 is available, which is 5 months newer. Isn't it better to us that instead?

DamonOehlman commented 9 years ago

I've proceeded with an update and everything works as expected, the only downside of using 0.0.46 instead of 0.0.29 is that there are no precompiled binaries for that version yet (at least for linux, maybe there is for mac).

This does seem to affect builds on travis at this stage, but I'm sure that is something that I can work out. The tests do pass locally though. Feel free to take a look at the current master branch, and let me know if the current version works for you.

Neograph734 commented 9 years ago

I'll have a look. Thanks!

DamonOehlman commented 9 years ago

As per #3 - this has been updated to work with wrtc@0.0.55 (though I am seeing the tests fail with a segfault so I'll need to investigate that).