An open API service indexing awesome lists of open source software.

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.

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.