Skip to content

Commit e518432

Browse files
committed
(docs) add new audio
1 parent a8572e3 commit e518432

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ npm install --save vue-advanced-chat
7979
yarn add --save vue-advanced-chat
8080
```
8181

82+
If you want to send mp3 audio messages, you must install `lamejs` inside your project:
83+
84+
```bash
85+
npm install lamejs --save
86+
```
87+
8288
## Usage
8389

8490
You can import it as a custom component:
@@ -608,11 +614,12 @@ Example:
608614
| `checkmark-icon` | Replace the checkmark icon | `message` | - |
609615
| `deleted-icon` | Replace the deleted icon | `deleted` | - |
610616
| `microphone-icon` | Replace the microphone icon | | - |
611-
| `microphone-off-icon` | Replace the microphone-off icon | | - |
612617
| `dropdown-icon` | Replace the dropdown icon | - | - |
613618
| `room-list-options-icon` | Replace the room list options dropdown icon | - | - |
614619
| `search-icon` | Replace the search icon | - | - |
615620
| `add-icon` | Replace the add room icon | - | - |
621+
| `audio-pause-icon` | Replace the message audio pause icon | - | - |
622+
| `audio-play-icon` | Replace the message audio play icon | - | - |
616623

617624
<br>
618625

0 commit comments

Comments
 (0)