overte-lubosz/screenshare
2019-11-14 15:09:23 -08:00
..
src cleanup 2019-11-14 09:54:41 -08:00
.gitignore added readme 2019-10-31 09:36:58 -07:00
CMakeLists.txt updated cmake 2019-11-14 15:09:23 -08:00
package-lock.json Get Interface to look in the proper directories 2019-10-31 08:57:06 -07:00
package.json fixed the ordering of selects 2019-11-13 13:08:34 -08:00
packager.js updated out folder 2019-10-31 12:39:13 -07:00
README.md added readme 2019-10-31 09:36:58 -07:00

Hifi-Screenshare

The Screenshare app will allow easy desktop sharing by being launced from within the highfidelity interface.

Setup

Create the following environment variable the hifi-screenshare app will use to get the proper connection info: hifiScreenshareURL=""

Screenshare API

In order to launch the hifi-screenshare app from within interface, you will call the following: Screenshare.startScreenshare(displayName, userName, token, sessionID, apiKey); The app won't run without the correct info.

Files included

packager.js : Calling npm run packager will use this file to create the actual electron hifi-screenshare executable

src/main.js : The main process file to configure the electron app

srce/app.js : The render file to dispaly the screenshare UI