https://github.com/neoistone/Screen-Capture-API
Capturing screen contents as a live MediaStream is initiated by calling navigator.mediaDevices.getDisplayMedia(), which returns a promise that resolves to a stream containing the live screen contents.
https://github.com/neoistone/Screen-Capture-API
Last synced: 4 months ago
JSON representation
Capturing screen contents as a live MediaStream is initiated by calling navigator.mediaDevices.getDisplayMedia(), which returns a promise that resolves to a stream containing the live screen contents.
- Host: GitHub
- URL: https://github.com/neoistone/Screen-Capture-API
- Owner: neoistone
- License: mit
- Created: 2020-06-09T21:44:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T21:45:41.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:34:22.770Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Screen-Capture-API
Capturing screen contents as a live MediaStream is initiated by calling navigator.mediaDevices.getDisplayMedia(), which returns a promise that resolves to a stream containing the live screen contents.