File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,12 @@ npm install --save vue-advanced-chat
7979yarn 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
8490You 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
You can’t perform that action at this time.
0 commit comments