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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Call guest access link creation to join calls as a non registered user via the EC SPA (#12259)
* Add externall call link button if in public call room
Signed-off-by: Timo K <[email protected]>
* Allow configuring a spa homeserver url.
Signed-off-by: Timo K <[email protected]>
* temp
Signed-off-by: Timo K <[email protected]>
* remove homeserver url
Signed-off-by: Timo K <[email protected]>
* Add custom title to share dialog.
So that we can use it as a "share call" dialog.
Signed-off-by: Timo K <[email protected]>
* - rename config options
- only show link button if a guest url is provided
- share dialog custom Title
- rename call share labels
Signed-off-by: Timo K <[email protected]>
* rename to title_link
Signed-off-by: Timo K <[email protected]>
* add tests for ShareDialog
Signed-off-by: Timo K <[email protected]>
* add tests for share call button
Signed-off-by: Timo K <[email protected]>
* review
Signed-off-by: Timo K <[email protected]>
* remove comment
Signed-off-by: Timo K <[email protected]>
* Update src/components/views/dialogs/ShareDialog.tsx
Co-authored-by: David Baker <[email protected]>
---------
Signed-off-by: Timo K <[email protected]>
Co-authored-by: David Baker <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+4
Original file line number
Diff line number
Diff line change
@@ -2896,6 +2896,9 @@
2896
2896
"link_title": "Link to room",
2897
2897
"permalink_message": "Link to selected message",
2898
2898
"permalink_most_recent": "Link to most recent message",
2899
+
"share_call": "Conference invite link",
2900
+
"share_call_subtitle": "Link for external users to join the call without a matrix account:",
2901
+
"title_link": "Share Link",
2899
2902
"title_message": "Share Room Message",
2900
2903
"title_room": "Share Room",
2901
2904
"title_user": "Share User"
@@ -3828,6 +3831,7 @@
3828
3831
"expand": "Return to call",
3829
3832
"failed_call_live_broadcast_description": "You can’t start a call as you are currently recording a live broadcast. Please end your live broadcast in order to start a call.",
3830
3833
"failed_call_live_broadcast_title": "Can’t start a call",
0 commit comments