I have not figured out if they use an existing implementation on Android and iOS or if they’re simply implementing the same protocol.
I know that integrating big project is usually a pain, but at least on Desktop I don’t imagine it being too painful, since we know that Jitsi runs in a browser fine, and DC desktop is an Electron app.
All we need is to implement signaling.
A good first step would be talking to the Element people and asking them about their experience with Jitsi, and about their element-call repo.
Are you talking about Delta Chat? It used to use Jitsi (and similar services) but not in an integrated way, i.e. it would simply generate links to a Jitsi web instance. See What happened to Video Chat?.
Jitsi Meet server even a whole XMPP server inside. For group calls you only need an SFU on the server side, e.g. Jitsi Videobridge, not the whole Jitsi Meet server.
If you are fine with no E2EE, but want screen sharing and other features, then sending a Jitsi Meet link into the group in good enough.
Otherwise need to setup SFU and build the client side part into the apps. Or do P2P group calls, they are good enough for small groups, e.g. 2-4 people call.
My vision so far is that we don’t need SFU (full mesh is probably fine), and don’t need to have a server that is specific to our “calls” integration, i.e. server-side don’t introduce anything besides what we already have, i.e. TURN.
Interesting. TBH I haven’t investigated the architecture of Jitsi, and in this context I use Jitsi as just “an existing mature app that works on WebRTC and supports group calls”.
E2EE IMO is a must-have.
So it might turn out that Jitsi is actually not super suitable for my idea.
But the idea is: use an existing implementation.
this feature request is not related to group calls.
i’ve heard that for one-to-one-calls a lot as well (and i would also like that personally)
apart from that i am sceptical that “jitsi or similar” fits well to what ppl want to have for “messenger style calls”, having usually a much simpler UI. element is not necessarily a good example, it wants to be more a replacements for discourse, slack etc. but maybe there is also an “existing implementation” or library that we can use or adapt to our needs. let’s see and reconsider when it actually comes to implementing group calls. currently we’re still busy getting things for one-to-one-calls stable