Claudio Costa
Claudio Costa
@prabaldey That error should happen mainly for two reasons. Either the app is not running on a secure connection (HTTPS) or somehow your browser has no support for capturing audio....
Thanks for the additional info @prabaldey. The plugin can only work on a secure connection hence the "unsupported" error. Is your [SiteURL](https://docs.mattermost.com/administration/config-settings.html#site-url) set? I am thinking that setting it to...
> I did set the SiteURL to `https://chat.domain.com` but it is not changing anything. GitLab's configuration file is at `/etc/gitlab/gitlab.rb`. GitLab Mattermost's configuration file is at `/var/opt/gitlab/mattermost/config.json`. config.json SiteURL is...
Yes, the `SiteURL` will be ignored since an env variable in set. The plugin doesn't literally read the json file but goes through some API calls so that's why we...
@prabaldey In the meantime, I am wondering if in your specific case the [previous version](https://github.com/streamer45/mattermost-plugin-voice/releases/tag/v0.2.1) of this plugin would actually work. If I understood the problem correctly the failure is...
This should be (hopefully) fixed now. If you could give it a try it would be great. You will have to build the plugin from master branch (`make dist` cmd)....
@prabaldey Looks like a problem with `git`. What's the output of `git version`? Can you try to update to the latest available?
> Here is my git version. > > ``` > [root@www mmvoice]# git --version > git version 1.8.3.1 > ``` > > Unfortunately this is a production server and this...
@prabaldey That's a new one for sure. What Mattermost version are you running? EDIT: Not sure what is the issue really but apparently it's something on my end when building...
I am glad it finally worked :tada: As for the echo issue, you'd probably have to check that on your system's sound settings. Depending on your OS you might find...