element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
65 stars 11 forks source link

Synchronize Jitsi conference chat with Riot Room chat #1472

Open akontsevich opened 5 years ago

akontsevich commented 5 years ago

Is it possible to synchronize Jitsi conference chat with Riot Room chat for convenience? How to notify users in a room if conference has started? In Skype this it regular call sound. In Riot p2p calls it is also call sound. Is it possible to add more synchronization between Riot and Jitsi conference for above concerns?

hex-m commented 2 years ago

Jitsi Meet uses Prosody (an XMPP-Server) for the chat functionality. An XMPP-Bridge (Bifröst, Matterbridge, matrix-appservice-prosody?) should be able to synchronize chat messages between the two systems.

How to notify users in a room if conference has started?

This will probably be solved with the native matrix group calling feature.

Another use-case for Prosody-Bridging is the livechat plugin for PeerTube which also uses XMPP/Prosody.

Such integrations would enable some nice possibilities for the conference bot.