zv-cordova-native-wechat-record
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Plugin Wrapper of MSAudio

Installation

cordova plugin add com.mansuo.audios
npm i zv-cordova-native-audio-record

Usage

api

import { MSAudio } from 'zv-cordova-native-wechat-record/ngx'

constructor(private msAudio: MSAudio) {}

// 开始录音
this.msAudio.startRecord(time: number, id: number, uploadParams: any): Observable<any>
 
// 结束录音
this.msAudio.stopRecord(): Promise<any>

Readme

Keywords

none

Package Sidebar

Install

npm i zv-cordova-native-wechat-record

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

9.18 kB

Total Files

8

Last publish

Collaborators

  • zenithever