Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Does Dendrite support the new Element Call multi-party instead of Jitsi? #2747

Closed
jittygitty opened this issue Sep 28, 2022 · 3 comments
Closed
Labels
T-Other Questions, user support, anything else.

Comments

@jittygitty
Copy link

jittygitty commented Sep 28, 2022

Description:
Does Dendrite currently support "Element Call" option for multi-party calls instead of Jitsi? If not, and its only supported with Synapse, can support be added soon?

For reference see:
https://github.com/vector-im/element-call
matrix-org/matrix-react-sdk#9267
example, in src/SdkConfig.ts they added "element_call:"

jitsi: {
        preferred_domain: "meet.element.io",
    },
    element_call: {
        url: "https://call.element.io",
    },

element-hq/element-web#22964
Feature based on:
https://github.com/matrix-org/matrix-spec-proposals/blob/matthew/group-voip/proposals/3401-group-voip.md
matrix-org/matrix-js-sdk#1902
thx!

@spaetz
Copy link
Contributor

spaetz commented Oct 20, 2022

Why don't you try it out yourself? I successfully joined "new-style" video rooms hosted on my dendrite server. Afaik, there is nothing special the server needs to do, they are just widgets.

@jittygitty
Copy link
Author

@spaetz I was hoping someone who already installed their own call server beat me to 'trying/testing' so I could postpone installing my call server until I know it works.

I think in your case you're not running your own "call server"? But maybe it doesn't matter, I guess I assumed it may work when using official call-server that talks to their synapse federation etc but might have issues on private installed call-server.

I just been busy, still on Dendrite 0.9.3 since didn't get chance upgrade, soon as I get a breather I'll upgrade Dendrite and install element-call and see how it goes.

@kegsay kegsay added the T-Other Questions, user support, anything else. label Dec 6, 2022
@kegsay
Copy link
Member

kegsay commented Dec 6, 2022

Apparently, yes, it does.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Other Questions, user support, anything else.
Projects
None yet
Development

No branches or pull requests

3 participants