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

Latest commit

 

History

History
22 lines (13 loc) · 503 Bytes

File metadata and controls

22 lines (13 loc) · 503 Bytes

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.