[integration request] Mumble-web
With the growing need of live conferencing in my organisation, and problems with jitsi with firefox users in big groups, my collegues wanted to push on mumble, but many users failed installing mumble. I set up this experimental webrtc frontend for mumble on my server and it works quite well.
https://github.com/Johni0702/mumble-web
It already integrates a basic matrix widget which has to be pushed with a custom state event :
im.vector.modular.widgets : mumble
{
"creatorUserId": "@user:matrix.whatever.com",
"data": {},
"id": "mumble",
"name": "Mumble",
"type": "jitsi",
"url": "https://mumbleweb.whatever.com/?address=mumbleweb.whatever.com&port=443/whatever&matrix=true&username=$matrix_display_name&theme=$theme&avatarurl=$matrix_avatar_url&channelName=rooms/MumbleParty",
"waitForIframeLoad": true
}
However the mumble-web is in early developpement, it would be nice for me to get it work with dimension, so users could add the widget without devtools. No idea how hard is it to integrate.
Any updates in that? With microsoft buying Discord i guess there are more people looking into an alternative and matrix with an mumble-integration would be nice.