cordova-plugin-chrome-apps-videocapture
v1.0.4
Published
This plugin provides permissions to capture video directly from the user's Web Cam via the getUserMedia API.
Downloads
8
Readme
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.