capacitor-voice-recorder
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -11,2 +11,3 @@ declare module '@capacitor/core' { | ||
msDuration: number; | ||
mimeType: string; | ||
}; | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "capacitor-voice-recorder", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Capacitor plugin for voice recording", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -38,3 +38,4 @@ # capacitor-voice-recorder | ||
has not been called before this function then the promise will reject with the message "RECORDING_HAS_NOT_STARTED". | ||
in a case of success, the recording will be returned to the user in base64 string and duration in milliseconds | ||
in a case of success, the recording will be returned to the user in base64 string, the duration in milliseconds | ||
and the mime type | ||
@@ -78,3 +79,4 @@ | ||
/** | ||
* In case of success the promise will resolve with {"value": { recordDataBase64: string, msDuration: number }}, | ||
* In case of success the promise will resolve with: | ||
* {"value": { recordDataBase64: string, msDuration: number, mimeType: string }}, | ||
* the file will be 3gp for android and m4a for ios. | ||
@@ -81,0 +83,0 @@ * in case of an error the promise will reject with one of the following messages: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1571724
415
92