Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "3b387ba9-f57c-44c6-9810-8c0256abd64c",
"version": "2.1.1",
"requiredApiVersion": "^1.33.0",
"requiredApiVersion": "^1.44.0",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat Technologies Corp.",
Expand All @@ -13,4 +13,4 @@
"classFile": "src/JitsiApp.ts",
"description": "Jitsi Conference Calls Provider",
"implements": []
}
}
2 changes: 2 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"jitsi_application_secret_description": "The app secret to use when generating authentication tokens.",
"jitsi_limit_token_to_room": "Limit token to room",
"jitsi_limit_token_to_room_description": "If enabled, generated tokens will grant access only to the intended jitsi room.",
"jitsi_lobby_bypass": "Bypass lobby",
"jitsi_lobby_bypass_description": "If enabled, the generated token will bypass the room lobby. This works together with the 'token_lobby_bypass' plugin in Jitsi. See: https://github.com/jitsi-contrib/prosody-plugins/tree/main/token_lobby_bypass",
"jitsi_token_auditor": "Token Auditor",
"jitsi_token_auditor_description": "The name of the auditor to use when generating authentication tokens.",
"jitsi_token_expiration": "Token Expiration",
Expand Down
2 changes: 2 additions & 0 deletions i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"jitsi_application_secret_description": "Секрет приложения для использования при генерации токенов. Должен соответствовать App Secret в настройках сервера Jitsi.",
"jitsi_limit_token_to_room": "Ограничить токен чатом",
"jitsi_limit_token_to_room_description": "Если включено, сгенерированный токен будет предоставлять доступ только к конкретному звонку Jitsi.",
"jitsi_lobby_bypass": "Обходить лобби",
"jitsi_lobby_bypass_description": "Если включено, сгенерированный токен будет обходить лобби комнаты. Это работает совместно с плагином 'token_lobby_bypass' в Jitsi. См.: https://github.com/jitsi-contrib/prosody-plugins/tree/main/token_lobby_bypass",
"jitsi_token_auditor": "Аудитор токена",
"jitsi_token_auditor_description": "Имя аудитора для использования при генерации токенов аутентификации.",
"jitsi_token_expiration": "Время жизни токена",
Expand Down
Loading