Socket
Book a DemoInstallSign in
Socket

getusermedia-async

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getusermedia-async

A promise-based, awaitable, browser-independent getUserMedia function to get user's audio or video.

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
9
350%
Maintainers
1
Weekly downloads
 
Created
Source

Asynchronous, browser-independent wrapper for the getUserMedia function.

Short sample

var getUserMedia = require('getusermedia-async').getUserMedia;
var audioStreamPromise = getUserMedia({ video: false, audio: true});
// OR:
var audioStream = await getUserMedia({ video: false, audio: true});

What's it for?

This is a promise-based, awaitable, browser-independent getUserMedia function to get user's audio or video.

It is based on the getusermedia package by Henrik Joreteg which actually does most of the job.

Methods

  • getUserMedia(options): returns a stream, or throws a NavigatorUserMediaError. options include two boolean properties: audio (default: true) and video (default: true).
  • getUserAudio(): shortcut to getUserMedia({ audio: true, video: false }).

Example:

var getUserAudio = require('getusermedia-async').getUserAudio;
var audioStreamPromise = getUserAudio();

Comments and suggestions

If you have any comments, contact me here: https://github.com/catcher-in-the-try/

Keywords

getusermedia

FAQs

Package last updated on 25 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.