Implement jitsi

This commit is contained in:
Christian Pauly 2020-04-08 17:43:07 +02:00
commit f721045d00
7 changed files with 145 additions and 22 deletions

View file

@ -371,6 +371,8 @@ class I18n {
String get isTyping => Intl.message("is typing...");
String get editJitsiInstance => Intl.message('Edit Jitsi instance');
String joinedTheChat(String username) => Intl.message(
"$username joined the chat",
name: "joinedTheChat",
@ -714,6 +716,8 @@ class I18n {
String get verify => Intl.message("Verify");
String get videoCall => Intl.message('Video call');
String get visibleForAllParticipants =>
Intl.message("Visible for all participants");