element-web icon indicating copy to clipboard operation
element-web copied to clipboard

Make Element Call widget URL configurable

Open bmarty opened this issue 1 year ago • 1 comments

Your use case

Please see and discuss the details in the meta issue.

Have you considered any alternatives?

No response

Additional context

No response

bmarty avatar Jun 11 '24 14:06 bmarty

Don't we already have this via config.json?

    "element_call": {
        "participants_limits": 8,
        "url": "https://example.com",
        "use_exclusively": false
    },

Or is the point that the URL should be switched to use .well-known/element/call.json instead?

ara4n avatar Jun 18 '24 10:06 ara4n

EW has already a mechanism to configure the widget URL within its own config file. No need for a change now.

manuroe avatar Jul 02 '24 12:07 manuroe

But ED (element-desktop) can only be configured via a local config.json. It would be nice to make the Element Call url configurable via the .well-known/element/element.json url, so ED will use the right Element Call instance

schelmo avatar Jul 06 '24 11:07 schelmo

We also need this to work with Element Desktop...

plui29989 avatar Jul 19 '24 09:07 plui29989

You deploy Element Desktop configs in the exact same way as Element Web.

https://github.com/element-hq/element-desktop#user-specified-configjson or bake them in at build time: https://github.com/element-hq/element-desktop#config

t3chguy avatar Jul 19 '24 09:07 t3chguy