Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Invokes the device microphone to record audio.
Available for
This method is supported only for the mobile clients.
Syntax
Xrm.Device.captureAudio().then(successCallback, errorCallback)
Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
successCallback |
Function | Yes | A function to call when audio is returned. A base64 encoded audio object with the following values is passed to the function: - fileContent: Contents of the audio file. String - fileName: Name of the audio file. String.- fileSize: Size of the audio file in KB. Number.- mimeType: Audio file MIME type. String. |
errorCallback |
Function | Yes | A function to call when the operation fails. |
Return Value
On success, returns a base64 encoded audio object with the values specified earlier.