GithubHelp home page GithubHelp logo

rahulyhg / getaroom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from temasys/getaroom

0.0 1.0 0.0 1.16 MB

Simple WebRTC audio/video conferencing demo using SkylinkJS and React.

Home Page: http://getaroom.io

JavaScript 93.78% HTML 0.35% CSS 5.87%

getaroom's Introduction

getaroom.io

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

Setup / Development

Skip relevant steps when required.

1. Install required dependencies

Do npm install, and npm install grunt grunt-cli --save-dev if required.

Install node.js here as it should also include with npm.

2. Make modifications in source/ folder.

In the contents of the source/ folder:

  • configs.jsx: Defines the App Keys based on the different environment. Modify local only. You can sign up for your own App key here.

  • index.html: Defines the HTML file for getaroom app. This contains the Google Analytics settings in which you can modify for your custom getaroom app.

  • jsx/: The React JSX files for the Javascript end.

    • constants.jsx: Defines the getaroom constants used across the getaroom app.

    • loader.jsx: Defines the dependencies and libraries versions.

    • main.jsx: Handles the Temasys Web SDK connection.

    • utils.jsx: Handles the utilities functionalities used across the getaroom app.

    • components/controls.jsx: Handles the getaroom app controls.

    • components/userareas.jsx: Handles the user video element.

  • js/: The generated output Javascript files from the React JSX files. Do not modify changes on here.

    • libs/: Stores the custom dependencies Javascript files if needed.
  • img/: Stores the jsx/components/controls.jsx icons.

  • assets/: Stores the getaroom logo.

  • styles/: The Stylus files for the CSS end. Dont not modify the .css files in there as they are auto-generated.

    • mixins/: The mixin files.

    • app.styl: The getaroom app styling.

    • fonts.styl: The getaroom font styling if needed.

  • ca.crt: The CA cert file for localhost webserver https:. This is self-signed. Replace for your own app when required.

  • server.crt: The server cert file for localhost webserver https:. This is self-signed. Replace for your own app when required.

  • server.key: The certificate private key for localhost webserver https:. This is self-signed. Replace for your own app when required.

3. Start testing modifications

Run grunt dev to compile the React JSX (js) and Stylus (css) files.

This opens https://localhost:8085 in your browser as it runs localhost webserver on your device.

4. Make it production ready

Once ready for production, run grunt stage to create a staging/ folder which contains the compiled and minified version of the application.

Then run grunt publish to move the staging/ contents to publish/ folder. Use files from the publish/ folder to host on your own webserver.

License

APACHE 2.0

getaroom's People

Contributors

serrynaimo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.