overte-lubosz/screenshare
dependabot[bot] 8e844218a9
Bump got and electron-packager in /screenshare
Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [electron-packager](https://github.com/electron/electron-packager). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6)

Updates `electron-packager` from 14.0.6 to 17.1.2
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/electron-packager/blob/main/NEWS.md)
- [Commits](https://github.com/electron/electron-packager/compare/v14.0.6...v17.1.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: electron-packager
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:33:55 +00:00
..
src Review fixes 2022-08-07 17:32:44 +02:00
.gitignore newline add 2019-11-14 16:07:05 -08:00
CMakeLists.txt removed interface from mac install directory 2019-12-04 09:49:17 -08:00
package-lock.json Bump got and electron-packager in /screenshare 2023-10-06 19:33:55 +00:00
package.json Bump got and electron-packager in /screenshare 2023-10-06 19:33:55 +00:00
packager.js Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
README.md Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00

Screen Sharing within High Fidelity

This Screen Share app, built using Electron, allows for easy desktop screen sharing when used in conjuction with various scripts in the overte-content repository.

Screen Sharing Source Files

packager.js

Calling npm run packager will use this file to create the actual Electron hifi-screenshare executable. It will kick out a folder hifi-screenshare-<platform> which contains an executable.

src/screenshareApp.js

The main process file to configure the electron app.

src/screenshareMainProcess.js

The render file to display the app's UI.

screenshareApp.html

The HTML that displays the screen selection UI and the confirmation screen UI.