Fix mistaken reference to element_call.disable in docs (#34647)

The actual name that is respected by the app is 'disable', not 'disabled'.
This commit is contained in:
Robin
2026-08-10 09:44:38 +00:00
committed by GitHub
parent a9e3b6c2fc
commit bb2083423b
+2 -2
View File
@@ -400,8 +400,8 @@ The VoIP and Jitsi options are:
the app, removing the ability to enable legacy 1:1 calls or Jitsi calls.
It is a misconfiguration if its set to true while `element_call.disable` is also true!
Defaults to `false`.
- `disabled`: A boolean flag specifying whether Element Call should be disabled.
If it is disabled `element_call.use_exclusively` has no effect!
- `disable`: A boolean flag specifying whether Element Call should be disabled.
If `true`, `element_call.use_exclusively` has no effect!
Defaults to `false`.
- `brand`: Optional name for the app. Defaults to `Element Call`. This is
used throughout the application in various strings/locations.