MobileCRM.Services.AudioRecorder.stopRecording - Resconet/JSBridge GitHub Wiki
[v10.0] Stops recording audio from microphone
Arguments
Argument | Type | Description |
---|---|---|
callback | function | The callback function which is called asynchronously in case of success. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |