Skip to content

Commit

Permalink
(docs) add new audio
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Feb 18, 2021
1 parent a8572e3 commit e518432
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 | - | - |

<br>

Expand Down

0 comments on commit e518432

Please sign in to comment.