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
79
79
yarn add --save vue-advanced-chat
80
80
```
81
81
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
+
82
88
## Usage
83
89
84
90
You can import it as a custom component:
@@ -608,11 +614,12 @@ Example:
608
614
| ` checkmark-icon ` | Replace the checkmark icon | ` message ` | - |
609
615
| ` deleted-icon ` | Replace the deleted icon | ` deleted ` | - |
610
616
| ` microphone-icon ` | Replace the microphone icon | | - |
611
- | ` microphone-off-icon ` | Replace the microphone-off icon | | - |
612
617
| ` dropdown-icon ` | Replace the dropdown icon | - | - |
613
618
| ` room-list-options-icon ` | Replace the room list options dropdown icon | - | - |
614
619
| ` search-icon ` | Replace the search icon | - | - |
615
620
| ` 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 | - | - |
616
623
617
624
<br >
618
625
You can’t perform that action at this time.
0 commit comments