1.1.0 • Published 6 years ago

com.plugin.mzhen v1.1.0

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

OssAndRecord 插件说明

该插件支持Oss断点续传、麦克风录音

1.startSheduleTask

  1. 参数说明 无参数

  2. 示例

     declare let cordova: any;
     cordova.plugins.MzPlugin.startSheduleTask();

2.startRecord

  1. 参数说明

    • recordUser:录音人。
  2. 示例

    declare let cordova: any;
    cordova.plugins.MzPlugin.startRecord(recordUser, success ,error);

3.stopRecord

  1. 无参数,只包含回调。

    declare let cordova: any;
    cordova.plugins.MzPlugin.stopRecord(success, error);