Meet and Mattermost
-
Hi everyone,
is there any way to get Mattermost working with Kopano Meet? I would really like to open a Kopano Meet VideoCall from a Mattermost Chat. I found the website < https://documentation.kopano.io/kopano_mattermost_manual/webmeetings.html > and there the first sentence is “have a look into meet”. And at the end, there is a link to the “Kopano Web Meeting Plugin for Mattermost”. But I can not find a compiled version and compiling this is not working. make dist is failing with:
“make: *** No rule to make target ‘webapp/workspaces/kopanowebmeetings/build/kopanowebmeetings_bundle.js’, needed by ‘dist’. Stop.”
And a simple “make” is stopping with:
/usr/local/go/src/stash.kopano.io/km/mattermost-plugin-kopanowebmeetings/cmd/kwmmmplugind/plugin.go:31:2: cannot find package “github.com/mattermost/mattermost-server/plugin” in any of:
/usr/local/go/src/vendor/github.com/mattermost/mattermost-server/plugin (vendor tree)
/usr/local/go/src/github.com/mattermost/mattermost-server/plugin (from $GOROOT)Anyone any idea? Or is this a hopeless and senseless idea, because it is simply not possible to marry Kopano-Meet with Mattermost.
Thanks and kind regards
Tobias
-
Just found this post, where someone has the same problem like me: < https://forum.kopano.io/topic/2837/issue-when-make-kopano-plugin-for-mattermost >.
-
@TGM said in Meet and Mattermost:
is there any way to get Mattermost working with Kopano Meet?
what is explained there in the manual was actually our testground before Meet grew into its own application, so while that plugins also use kwmserver and some of the libraries, its actually not really Meet that you are using then.
There is currently no real integration of Meet into Mattermost, depending on customer interest one could be developed, though (same counts for other chat platforms). Two weeks ago we have started a library that exists for this exact purpose (gui integration between otherwise independent project). Currently we are investigating an integration with Matrix/Riot for a customer project.
@TGM said in Meet and Mattermost:
make dist is failing with
based on the timing I actually though the other poster was you. will reply further in that thread in regards to compiling it.
-
@fbartels said in Meet and Mattermost:
Currently we are investigating an integration with Matrix/Riot for a customer project.
Hi Felix,
could you explain, what the goal of this integration would be? Replacement of the Jitsi widget with Kopano Meet inside of Matrix/Riot, for example?
Cheers, Tobias
-
@TGM said in Meet and Mattermost:
Replacement of the Jitsi widget with Kopano Meet inside of Matrix/Riot, for example?
Yes, exactly that. Replacing the current hard coded Jitsi integration with Kopano Meet.