calls plugin support
-
Mattermost starts offering calls plugin (https://docs.mattermost.com/channels/make-calls.html) that required TURN server.
From what I remember, Cloudron offers TURN server, the it's just that the TURN plugin shall be specified in the configuration and then it's exposed in the environment variables and could be gathered via
env | grep CLOUDRON_TURN
(or ideally be embedded in the plugin somehow).With this said:
- could you please, enable the TURN server for Mattermost?
- share if you plan to support the call module out of the box through Cloudron build-in server?
Thanks!
-
-
@potemkin_ai Good idea. I have enabled turn addon in the latest package. You can use it in the calls plugin.
As for out of the box configuration, this is not planned. It's easy to install the plugin itself but enabling it and configuring it requires one to do database stuff which is too app dependent and prone to break.
-
-
@potemkin_ai Last I checked, I think we have to make changes in the database (it doesn't come from a config file). But I am open to adding this, if the calls plugin works well. Is it better than Jitsi for you?
-
@girish apologies for the delay in getting back to you - I took time to test it.
It seems to work, but I didn't check it on a large scale and the same way I did with Jitsi.
I like that you don't need to spin out a separate service, but the problem with Mattermost calls is that you not getting a ringtone when the call is started.With this said, it would be nice to have the ability to make calls that way, as opposed to a separate service.
-
@potemkin_ai said in calls plugin support:
I like that you don't need to spin out a separate service, but the problem with Mattermost calls is that you not getting a ringtone when the call is started.
Oh , so it just immediately connects on the receiver? That's a strange design to connect without an alert!