Skip to content

Simple WebRTC audio/video conferencing demo of SkywayJS using React.

Notifications You must be signed in to change notification settings

magmaerupts/getaroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getaroom.io

Pretty nifty cross device and cross browser WebRTC audio/video conferencing demo of SkylinkJS using React. Try it out at https://getaroom.io

Setup

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 application
  • grunt 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.

License

APACHE 2.0

About

Simple WebRTC audio/video conferencing demo of SkywayJS using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • CSS 39.2%
  • HTML 2.1%