This plugin adds support for basic voice messaging in Mattermost.
A demo server running the latest version of this plugin is located here.
You can login using the following details:
Username: demo
Password: password
To start sending a voice message you can either use the /voice
slash command or the existing file attachment functionality as shown in the picture above.
This plugin only works on web client and desktop app. Mobile native apps are not supported.
- Download the latest version from the release page.
- Upload the file through System Console > Plugins > Plugin Management, or manually upload it to the Mattermost server under plugin directory. See documentation for more details.
Use make dist
to build this plugin.
Use make deploy
to deploy the plugin to your local server.
Before running make deploy
you need to set a few environment variables:
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_USERNAME=admin
export MM_ADMIN_PASSWORD=password
For more details on how to develop a plugin refer to the official documentation.
mattermost-plugin-voice is licensed under MIT
mp3rec-wasm is licensed under MIT
LAME is licensed under LGPL