#910191 RFP: libjs-getscreenmedia -- browser module for attempting to get access to a MediaStream of a user's screen

Package:
wnpp
Source:
wnpp
Submitter:
"W. Martin Borgert"
Date:
2025-11-29 16:41:59 UTC
Severity:
wishlist
#910191#5
Date:
2018-10-03 13:10:57 UTC
From:
To:
* Package name    : node-getscreenmedia
  Version         : 5.0.2
  Upstream Author : Henrik Joreteg <henrik@andyet.net>
* URL             : https://github.com/otalk/getScreenMedia
* License         : Expat
  Programming Lang: JavaScript
  Description     : browser module for attempting to get access to a MediaStream of a user's screen

This is a tiny browser module that gives us a simple API for getting
access to a user's screen.

It gives us a cleaner node.js-style, error-first API and cross-browser
handling. No browser support checking necessary; lack of support is
treated in the same way as when the user rejects the request: the
callback gets passed an error as the first argument.

Suitable for use with browserify/CommonJS on the client.

This is a dependency for libjs-strophe.jinglejs and libjs-jsxc.