🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

cordova-plugin-media-stub

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-media-stub

A cordova media object stub.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

cordova plugin media stub

A stub for cordova's Media object. See cordova-plugin-media for details.

Build Status

Installation

npm install cordova-plugin-media-stub --save

Usage

var Media = require('cordova-plugin-media-stub');

var media = Media('...');
media.startRecord();
media.stopRecord();

Extra Properties

stub - Always set to true. Indicates that this is a stub media object.

Keywords

component

FAQs

Package last updated on 21 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts