-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.AudioRecorder
Maros Kolibas edited this page Nov 29, 2019
·
2 revisions
[v10.0] Represents a service for recording an audio.
| Property | Type | Description |
|---|
| Method | Description |
|---|---|
| getRecordBase64 | [v10.0] Returns recorded audio from microphone as base64 string |
| getRecordFilePath | [v10.0] Returns absolute path to the file containing the record |
| stopRecording | [v10.0] Stops recording audio from microphone |
| Function | Description |
|---|---|
| startRecording | [v10.0] Starts recording audio from microphone |