Skip to content

These examples demonstrate the powerful getUserMedia method, which gives web applications secure access to device cameras and microphones.

Notifications You must be signed in to change notification settings

addpipe/getUserMedia-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A series of getUserMedia examples that we found useful

The code in this repo, available here as a live page, demonstrates the functionality of getUserMedia() for everyday media-related tasks, including:

  • Video recording
  • Audio recording
  • Taking pictures
  • Listing available media devices

These examples highlight how getUserMedia() powers essential features in modern web applications, making it a vital tool for working with real-time audio and video in the browser.

Requirements

  • The web page needs to be in a secure context;
  • The page must not be under a Permissions Policy that's limiting device access;
  • You need to have user permission at the browser level and, in some cases, at the operating system level.

Links

About

These examples demonstrate the powerful getUserMedia method, which gives web applications secure access to device cameras and microphones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages