Claudio Costa

Results 124 comments of Claudio Costa

/cc @isacikgoz

@MoeRT09 I believe it should be: `RTCD_RTC_ICESERVERS: "\'[{\"urls\":[\"stun:stun.global.calls.mattermost.com:3478\"]}]\'"` I know it's super ugly but it really helps to keep the inner value as valid JSON. Maybe we can find a...

> Hey, the https://mattermost.com/marketplace/voice-messaging/ plugin is for this project, right? Yes that is it. It's just not been added to the official marketplace yet (the one you can access in...

@robertoschiano68 Could you provide a JS console log and some screenshots?

@SrMouraSilva I think this is a known issue/bug. To verify can you try the same but instead of clicking the "Voice message" from the menu try issuing the `/voice` slash...

As explained in #3 (comment) Mattermost native clients do not have support for client-side plugins. I'll update the README to include a note.

@samirmhsnv Yes, there are [concrete plans](https://mattermost.atlassian.net/browse/MM-38573) to integrate this functionality in Mattermost which also means mobile support. Can't speak of precise timelines yet but I am looking to work on...

Hi @golil , a couple of questions to help with debugging: - What browser (version and OS) are you running? - Is your Mattermost instance running on `https`?

@golil From the error it looks like the plugin is unable to create the worker needed to initialize the recorder. This should be a JavaScript file stored at `/plugins/${pluginId}/public/recorder.worker.js`. The...

Ah, that's interesting and it might be what's causing your error. The config should be located at `/plugins/com.mattermost.voice/config` when the plugin is enabled. Could the proxy you have in between...