Add Element Call to HS `well-known`
See original GitHub issueYour use case
What would you like to do?
Please add the option to specify your setting for Element Call, similar to jitsi
https://github.com/vector-im/element-web/blob/develop/docs/jitsi.md
/.well-known/matrix/client
{
"im.vector.riot.jitsi": {
"preferredDomain": "your.jitsi.example.org"
}
}
Why would you like to do it?
For centralized management
How would you like to achieve it?
Have you considered any alternatives?
No response
Additional context
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Spread syntax (...) - JavaScript - MDN Web Docs - Mozilla
Spread syntax "expands" an array into its elements, while rest syntax collects multiple elements and "condenses" them into a single element.
Read more >javascript - add event listener on elements created dynamically
I need a method to call this code when new elements appear on the page, but I cannot use jQuery (delegate, on, etc...
Read more >Element | Secure collaboration and messaging
Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It's decentralised for digital sovereign self-hosting, or through a ...
Read more >Refs and the DOM - React
Refs provide a way to access DOM nodes or React elements created in the render method. In the typical React dataflow, props are...
Read more >Stack (abstract data type) - Wikipedia
Push, which adds an element to the collection, and; Pop, which removes the most recently added element that was not yet removed. Similar...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/vector-im/element-web/blob/develop/docs/config.md#voip--jitsi-calls
element_call
currently only configurable in config.jsonAs @dbkr has explained, this is undesirable from a security perspective. We are however very much open to https://github.com/vector-im/element-web/issues/23908.