Skip to content

Commit c0fc114

Browse files
committed
GRAL-2095 Added missing parameter in the readme for attachAnAudioFileToTheCallLog
1 parent e9e2833 commit c0fc114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ function attachAnAudioFileToTheCallLog($id, $collect)
954954
|-----------|------|-------------|
955955
| id | ```required``` | The ID received when you create the call log |
956956
| 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 )|
957958

958959
#### Example Usage
959960

0 commit comments

Comments
 (0)