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

move to wrtc version 0.0.55? #3

Closed jtj02 closed 9 years ago

jtj02 commented 9 years ago

I am getting an error on npm install from the npm repo. Looks like it would be solved by bumping up the dependency on wrtc to version 0.0.55.

silviapfeiffer commented 9 years ago

Can you confirm that that worked?

DamonOehlman commented 9 years ago

@jtj02 @silviapfeiffer I think this is a good idea. I was waiting for a version of wrtc to be released that had pre-built packages for linux, etc. Looks like 0.0.55 does not so I think upgrading to that is a no brainer.

silviapfeiffer commented 9 years ago

Cool!