From e518432759c878321c7f899fe4bada32d52329ec Mon Sep 17 00:00:00 2001 From: antoine92190 Date: Thu, 18 Feb 2021 10:09:24 +0100 Subject: [PATCH] (docs) add new audio --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3bf188..c471d86d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ npm install --save vue-advanced-chat yarn add --save vue-advanced-chat ``` +If you want to send mp3 audio messages, you must install `lamejs` inside your project: + +```bash +npm install lamejs --save +``` + ## Usage You can import it as a custom component: @@ -608,11 +614,12 @@ Example: | `checkmark-icon` | Replace the checkmark icon | `message` | - | | `deleted-icon` | Replace the deleted icon | `deleted` | - | | `microphone-icon` | Replace the microphone icon | | - | -| `microphone-off-icon` | Replace the microphone-off icon | | - | | `dropdown-icon` | Replace the dropdown icon | - | - | | `room-list-options-icon` | Replace the room list options dropdown icon | - | - | | `search-icon` | Replace the search icon | - | - | | `add-icon` | Replace the add room icon | - | - | +| `audio-pause-icon` | Replace the message audio pause icon | - | - | +| `audio-play-icon` | Replace the message audio play icon | - | - |