cordova-plugin-chrome-apps-videocapture

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

Usage no npm install needed!

<script type="module">
  import cordovaPluginChromeAppsVideocapture from 'https://cdn.skypack.dev/cordova-plugin-chrome-apps-videocapture';
</script>

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.