Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

MobileChromeApps/cordova-plugin-chrome-apps-videoCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.videoCapture Plugin

This plugin provides permissions to capture video directly from the user's Web Cam via the getUserMedia API.

Status

Stable on Android.

Reference

All you need is the videoCapture permission defined in the Chrome App manifest.

Release Notes

1.0.4 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.3 (Jan 27, 2015)

  • Split Android permissions within plugin.xml into separate tags (fixes #494)

1.0.2 (October 21, 2014)

  • Documentation updates.