We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e2833 commit c0fc114Copy full SHA for c0fc114
README.md
@@ -954,6 +954,7 @@ function attachAnAudioFileToTheCallLog($id, $collect)
954
|-----------|------|-------------|
955
| id | ```required``` | The ID received when you create the call log |
956
| file | ```required``` | Audio file supported by the HTML5 specification |
957
+| mime_type | ```required``` | The mime type of the file, according to html5 standards (eg.: audio/wave for a .wav file )|
958
959
#### Example Usage
960
0 commit comments