File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ provide their own approaches for adding Jitsi widgets.
1616
1717## Configuring Element to use your self-hosted Jitsi server
1818
19+ You can host your own Jitsi server to use with Element. It's usually advisable to use a recent
20+ version of Jitsi. In particular, versions older than around 6826 will cause problems with
21+ Element 1.9.10 or newer.
22+
1923Element will use the Jitsi server that is embedded in the widget, even if it is not the
2024one you configured. This is because conference calls must be held on a single Jitsi
2125server and cannot be split over multiple servers.
@@ -30,8 +34,8 @@ to your [config](./config.md) the following:
3034}
3135```
3236
33- The default is ` meet.element.io ` (a free service offered by Element), and the demo site for
34- Jitsi uses ` meet.jit.si ` ( also free) .
37+ Element's default is ` meet.element.io ` (a free service offered by Element). ` meet.jit.si `
38+ is an instance hosted by Jitsi themselves and is also free to use .
3539
3640Once you've applied the config change, refresh Element and press the call button. This
3741should start a new conference on your Jitsi server.
You can’t perform that action at this time.
0 commit comments