feat: Implement experimental jitsi group calls behind a feature flag

This commit is contained in:
Christian Kußowski 2026-03-21 09:26:06 +01:00
commit e988a34b76
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 195 additions and 4 deletions

View file

@ -2789,5 +2789,14 @@
"iDoNotWantToSupport": "I do not want to support",
"iAlreadySupportFluffyChat": "I already support FluffyChat",
"setLowPriority": "Set low priority",
"unsetLowPriority": "Unset low priority"
"unsetLowPriority": "Unset low priority",
"jitsiGroupCalls": "Jitsi group calls",
"removeCallFromChat": "Remove call from chat",
"removeCallFromChatDescription": "Do you want to remove the call from the chat for all members?",
"removeCallForEveryone": "Remove call for everyone",
"startVoiceCall": "Start voice call",
"startVideoCall": "Start video call",
"joinVoiceCall": "Join voice call",
"joinVideoCall": "Join video call",
"live": "Live"
}