using goinstant with node.js in order to use webrtc

156 views Asked by At

i try to implement a collaborative work plateforme based on node.js in back-end that ok but i want to integrate webrtc and visoconferance it's possible and how to use goinstant in BAAS

1

There are 1 answers

0
c m a c On

gortc is published as a component.io component so you won't find it on npm. To build the webrtc widget simply run npm install then grunt build.

Alternatively, you can install an already built version via bower:

bower install goinstant-webrtc

or use a build hosted on GoInstant's CDN:

https://cdn.goinstant.net/widgets/webrtc/latest/webrtc.min.js https://cdn.goinstant.net/widgets/webrtc/latest/webrtc.css

For the full webrtc-demo you get that error message if redis is not running/found. To start redis do: redis-server.