almutama / opentok-meet

Opentok app with screen sharing using the WebRTC screen sharing feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate Test Coverage

opentok-meet

Opentok app with screen sharing using the WebRTC screen sharing and Archiving features. You can check it out running at meet.tokbox.com.

Disclaimer

This is a fork of the opentok-meet project that deploys to meet.tokbox.com. It is pointing to the OpenTok nightly environment which is experimental and likely to break. It also includes experimental features.

If you wish to fork this project, please fork the parent project.

Deploying to meet.tokbox.com

If you push to the master branch of this repo Travis and BrowserStack tests will run and when they pass meet.tokbox.com will be updated.

Electron

Electron is an optional dependency because it requires Cairo on your system and isn't necessary for theest of opentok-meet. If you run into problems below, try this:

brew update
brew install cairo
npm install

During development the electron version can be quickly started by running

npm run electron

And a dmg for installation can be created with

npm run electron-build

To create a signed build (so the user is not warned when starting the app), you will need an appropriate certificate available on your machine (getting one is beyond the scope of this guide). If the certificate is available, it can be used by adding -- --osx-sign to the command above.

About

Opentok app with screen sharing using the WebRTC screen sharing feature

License:MIT License


Languages

Language:JavaScript 82.3%Language:HTML 10.3%Language:CSS 7.1%Language:Shell 0.3%