Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.82 KB

Mattermost Talk Plugin

A plugin that integrates real-time voice communication in Mattermost.

image

Demo

A demo server running the latest version of this plugin is located here.
You can login using the following details:

Username: demo
Password: password

Todo

  • Code cleanup & linting.
  • Configuration.
  • Proper ICE handling.
  • TURN support.
  • HA support.

Limitations

This plugin only works on web client and desktop app. Mobile native apps are not supported.

Installation

  1. Download the latest version from the release page.
  2. 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.

Development

Use make dist to build this plugin.

Use make deploy to deploy the plugin to your local server.

For more details on how to develop a plugin refer to the official documentation.

Acknowledgments

This couldn't have been possible without the awesome Pion WebRTC API.
Special thanks to @isacikoz for offering his time to help testing this plugin.

License

mattermost-plugin-talk is licensed under MIT