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:
+2
-2
@@ -400,8 +400,8 @@ The VoIP and Jitsi options are:
|
|||||||
the app, removing the ability to enable legacy 1:1 calls or Jitsi calls.
|
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!
|
It is a misconfiguration if its set to true while `element_call.disable` is also true!
|
||||||
Defaults to `false`.
|
Defaults to `false`.
|
||||||
- `disabled`: A boolean flag specifying whether Element Call should be disabled.
|
- `disable`: A boolean flag specifying whether Element Call should be disabled.
|
||||||
If it is disabled `element_call.use_exclusively` has no effect!
|
If `true`, `element_call.use_exclusively` has no effect!
|
||||||
Defaults to `false`.
|
Defaults to `false`.
|
||||||
- `brand`: Optional name for the app. Defaults to `Element Call`. This is
|
- `brand`: Optional name for the app. Defaults to `Element Call`. This is
|
||||||
used throughout the application in various strings/locations.
|
used throughout the application in various strings/locations.
|
||||||
|
|||||||
Reference in New Issue
Block a user