Skip to content

MobileCRM.Services.AudioRecorder.getRecordBase64

rescocrm edited this page May 15, 2023 · 3 revisions

[v10.0] Returns recorded audio from microphone as base64 string

Arguments

Argument Type Description
callback function(String) The callback function that is called asynchronously with the base64-encoded recording data.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.
Clone this wiki locally