MobileCRM.UI.MediaTab.recordAudio - Resconet/JSBridge GitHub Wiki
Executes the record audio command on this media tab.
Example demonstrate how to execute the audio record command on media tab.
MobileCRM.UI.EntityForm.requestObject(function (entityForm) {
// get media tab by its name
var media = entityForm.getMediaTab("DocumentAction");
media.recordAudio();
}, MobileCRM.bridge.alert, null);