rtc-io / rtc-screenshare

Browser-based screensharing for WebRTC. Communicates with browser extensions (see rtc-screenshare-extension for an example) to coordinate screensharing permissions. A higher level API is available with the rtc-screen package.
Apache License 2.0
59 stars 10 forks source link

Adds support for electron #17

Closed nathanoehlman closed 8 years ago

nathanoehlman commented 8 years ago

Adds support for screen sharing inside of Electron.

Provides support for both desktop window selection (Electron >= 0.36.0) or screen sharing (Electron < 0.36.0)

silviapfeiffer commented 8 years ago

Nice!