This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was 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
Description
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!