Pretty nifty cross device and cross browser WebRTC audio/video conferencing demo of SkylinkJS using React. Try it out at http://getaroom.io
You'll need node, npm and grunt installed. Clone the repo and run npm install
to install dependencies.
grunt dev
will compile the JSX and Stylus files, start a web-server and open your browser to run it locally.grunt stage
will create a staging folder and create a compiled and minified version of the applicationgrunt publish
will move the contents of the staging folder to a publish folder.
Replace the API keys and hostnames in the configs.jsx
file with your own. You can sign up for your own API key here.