You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,23 @@ Note that the "secure" option enables JWT authentication, but will not work on J
42
42
Jitsi Meet supports extra configuration to customise its interface and functions. You can configure these via the optional `interfaceConfigOverwrite` and `configOverwrite` config options.
43
43
44
44
The defaults are:
45
-
~~~json
46
-
"conference": {
45
+
~~~json5
46
+
"plugin-conference": {
47
47
"secure":false,
48
48
"server":"meet.jit.si",
49
49
"queries":true,
50
50
"channels":true,
51
+
"closeOnLeave":true,
51
52
"buttonIcon":"fa-phone",
52
53
"viewHeight":"40%",
53
-
"enabledInChannels": ["*"],
54
+
"enabledInChannels": [],
55
+
"disabledInChannels": [],
54
56
"groupInvitesTTL":30000,
55
57
"maxParticipantsLength":60,
56
-
"participantsMore": "more...",
58
+
// These messages are sent to irc for users not using the plugin
59
+
// Users with the plugin will see the translations
57
60
"inviteText":"{{ nick }} is inviting you to a private call.",
58
61
"joinText":"{{ nick }} has joined the conference.",
59
-
"joinButtonText": "Join now!",
60
62
"showLink":false,
61
63
"useLinkShortener":false,
62
64
"linkShortenerURL":"https://x0.no/api/?{{ link }}",
0 commit comments