Add joining with knock room creation flow.

Also add `WaitForInviteView` after knocking.
And appropriate error views when knock failed or gets rejected.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2024-04-02 23:40:33 +02:00
committed by Andrew Ferrazzutti
parent 379050ff80
commit 620c3f5d34
6 changed files with 307 additions and 69 deletions

View File

@@ -60,8 +60,12 @@
"disconnected_banner": "Connectivity to the server has been lost.",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader_banned_heading": "Not allowed to join",
"group_call_loader_banned_message": "You are banned from this room and therefore cannot send a request to join.",
"group_call_loader_failed_heading": "Call not found",
"group_call_loader_failed_text": "Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.",
"group_call_loader_reject_message": "The room members declined your request to join.",
"group_call_loader_rejected_heading": "Not allowed to join",
"hangup_button_label": "End call",
"header_label": "Element Call Home",
"header_participants_label": "Participants",
@@ -150,5 +154,8 @@
"sfu_participant_local": "You",
"volume": "Volume"
},
"wait_for_invite": {
"wait_message": "Waiting for the meeting host to let you in."
},
"waiting_for_participants": "Waiting for other participants…"
}