prabaldey
prabaldey
My site is setup on http://chat.domain.com:9948 but I have a nginx redirect to https://chat.domain.com. This plugin does not get initialized due to the url mismatch. If I download the source...
Now I am getting this: ```js com.mattermost.voice_8d7088889a8f7053_bundle.js:16 Uncaught (in promise) Error: unsupported at n._startCapture (com.mattermost.voice_8d7088889a8f7053_bundle.js:16) at n.start (com.mattermost.voice_8d7088889a8f7053_bundle.js:16) at ze.startRecording (com.mattermost.voice_8d7088889a8f7053_bundle.js:24) at com.mattermost.voice_8d7088889a8f7053_bundle.js:24 at Object.t.registerFileUploadMethod.ne.id [as action] (com.mattermost.voice_8d7088889a8f7053_bundle.js:24) at onClick...
So here is my entire situation. I have Apache installed on port 80 and GitLab Omnibus installed on http port 8181 forwarded to https port 8182. I had to do...
Sorry for the late reply. 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...
From what I have seen in my tests, the `SiteURL` in `/var/opt/gitlab/mattermost/config.json` is getting ignored. No matter what I do, the voice plugin always picks up the http url in...
Thank you. This is most appreciated.
I tried building the code but ran across this error. ``` [root@www mmvoice]# git clone https://github.com/streamer45/mattermost-plugin-voice.git Cloning into 'mattermost-plugin-voice'... remote: Enumerating objects: 184, done. remote: Counting objects: 100% (184/184), done....
Here is my git version. ``` [root@www mmvoice]# git --version git version 1.8.3.1 ``` Unfortunately this is a production server and this is the latest version of git for CentOS...
I installed this latest version but the plugin doesn't load at all. Here are the steps I followed. 1. Went into SSH and ran the command `mattermost plugin delete com.mattermost.voice`....
@streamer45 That worked! Thanks!!! I do have a question. When I record with my laptop it picks up a lot of echo because the laptop voice input seems to be...