Šimon Brandner
45cfdef45d
Use ...rest
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-28 08:11:19 +02:00
Šimon Brandner
f440c3f2c8
Add TS todo
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-28 08:11:07 +02:00
Šimon Brandner
db74a486c5
Fix copyright
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-28 08:07:37 +02:00
Timo K
4f36d149d7
make error optional in ClientState
2022-07-28 00:22:48 +02:00
Timo K
3727bfb67f
more types
2022-07-28 00:17:09 +02:00
Timo K
f26ab2f941
Merge branch 'main' into ts_Form+Home
2022-07-27 23:47:56 +02:00
Robin Townsend
cf56b24dda
Add a URL param for room ID
...
And consolidate our URL params logic
2022-07-27 16:31:48 -04:00
Robin Townsend
2a8cb3c4e2
Merge branch 'main' into matroska
2022-07-26 14:58:40 -04:00
Šimon Brandner
5478e648a7
Update js-sdk
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-25 16:02:29 +02:00
Šimon Brandner
b47d633727
Merge remote-tracking branch 'upstream/main' into SimonBrandner/feat/local-volume
2022-07-25 15:50:30 +02:00
David Baker
810cdeeab4
Merge pull request #482 from vector-im/dbkr/fix_screenshare_crash
...
Fix crash on screen share
2022-07-21 11:48:55 +01:00
David Baker
075049abc4
Merge pull request #479 from vector-im/dbkr/wait_for_room
...
Fix 'cannot find room' error
2022-07-21 11:48:23 +01:00
David Baker
56afbe6eb1
Fix crash on screen share
...
Don't try to wire up audio nodes if the stream has no audio track,
'cos it'll crash.
Fixes https://github.com/vector-im/element-call/issues/421
2022-07-20 20:49:07 +01:00
David Baker
cf309102a2
Make the error boundary work
...
We had an error boundary at the top level of the app, but it didn't
work because it used ErrorPage which tried to use a bunch of things
like useLocation() and an error prop. Also it wasn't passed in correctly
anyway.
This wires it up correctly to a separate view with a button to send
debug logs, and also moves it down a few layers so it has access to
enough things to be able to send rageshakes.
Related: https://github.com/vector-im/element-call/issues/421
2022-07-20 20:43:11 +01:00
David Baker
32b37ed8f0
Fix 'cannot find room' error
...
We weren't waiting for rooms to arrive down the sync stream after
joining them but before trying to use them.
More regression details in linked issue.
Fixes https://github.com/vector-im/element-call/issues/477
2022-07-20 16:01:29 +01:00
Šimon Brandner
ce8ac0a81c
Fix formatting
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-16 17:54:49 +02:00
Šimon Brandner
4d8e0d7b85
Merge remote-tracking branch 'upstream/main' into SimonBrandner/feat/audio-share
2022-07-16 17:54:24 +02:00
Šimon Brandner
6d7f52d2d6
Merge pull request #472 from vector-im/SimonBrandner/task/vs-code
2022-07-16 17:49:58 +02:00
Šimon Brandner
e63b3d1b3e
Add support for audio sharing
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-16 09:08:38 +02:00
Šimon Brandner
d77d953f84
Be more explicit in .vscode/settings.json
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-16 08:28:08 +02:00
Robin Townsend
689835cc17
Merge branch 'main' into matroska
2022-07-15 16:56:52 -04:00
Robin
6456a6b0c0
Merge pull request #471 from robintown/await-room-creation
...
Make room setup more reliable
2022-07-15 16:17:55 -04:00
Robin Townsend
996c5f86c1
Refactor to use fewer else's
2022-07-15 16:08:26 -04:00
Robin Townsend
3fc8fe505b
Merge branch 'main' into matroska
2022-07-15 14:38:12 -04:00
Robin Townsend
daeecc9b68
Add a missing type
2022-07-15 13:07:19 -04:00
Robin Townsend
982398b32f
Remove unnecessary complexity from createRoom
...
With fae4c504c9
, the changes from
b4a56f6dd7
are no longer necessary.
2022-07-15 13:05:06 -04:00
Robin Townsend
fae4c504c9
Consolidate all group call creation into useLoadGroupCall
...
This enables us to automatically create a group call in rooms that
exist, but contain no calls.
2022-07-15 12:59:54 -04:00
Robin Townsend
b4a56f6dd7
Wait for the created room to come down sync before placing a group call
2022-07-15 11:31:52 -04:00
Robin Townsend
fc26bef80a
Make Vite work with matrix-widget-api
2022-07-15 11:24:38 -04:00
Šimon Brandner
034552a063
Merge pull request #469 from vector-im/SimonBrandner/task/env
2022-07-15 15:59:40 +02:00
Šimon Brandner
bb505273f4
Add .env
instruction
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:32:07 +02:00
Šimon Brandner
f876df6acc
Remove .env
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:30:52 +02:00
Šimon Brandner
d097223d41
Add .env
to .gitignore
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:29:25 +02:00
Šimon Brandner
d01f7be58a
Add .env.example
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:28:16 +02:00
Šimon Brandner
d5375ca9ed
Delint
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:22:13 +02:00
Šimon Brandner
eda8404144
Add UI for local volume control
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:18:56 +02:00
Timo K
e17a7cedb6
form_home
2022-07-14 19:20:52 +02:00
Šimon Brandner
4ad4cff23f
Add handling for local volume control
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-14 16:18:10 +02:00
David Baker
cc7a44dc17
Merge pull request #466 from vector-im/dbkr/check_indexeddb
...
Don't restore session unless crypto data is found
2022-07-14 13:43:21 +01:00
David Baker
873e68e1e1
Add notes from thinking through the need for storing what crypto db we use
2022-07-14 13:24:22 +01:00
David Baker
4f44a68198
Merge pull request #465 from vector-im/dbkr/display_name_url_param
...
Auto-register if displayName URL param is given
2022-07-14 13:20:36 +01:00
David Baker
1eab957d85
Fix typescript syntax
2022-07-14 13:11:47 +01:00
David Baker
4c145af7a3
Don't restore session unless crypto data is found
...
Add a check to ensure that we find crypto data in the crypto store
when we're restoring a session and otherwise abort the session restore.
This will prevent us from restoring a session and generating new keys
when there was a previous session with different keys.
***This will force a logout for all users***
See the linked issue (and the comment in code) for more detail.
Fixes https://github.com/vector-im/element-call/issues/464
2022-07-14 13:07:30 +01:00
Robin Townsend
7fab4ca1ba
Merge branch 'main' into matroska
2022-07-13 15:54:06 -04:00
David Baker
c1e45c4a30
Missed a file
2022-07-13 16:02:17 +01:00
David Baker
5784a005dc
Auto-register if displayName URL param is given
...
Fixes https://github.com/vector-im/element-call/issues/442
2022-07-13 14:34:15 +01:00
David Baker
a3e4d6998f
Merge pull request #463 from vector-im/dbkr/create_room_ptt
...
Add ptt URL param to control what mode rooms are created in
2022-07-11 14:34:42 +01:00
David Baker
32907764b3
Add ptt URL param to control what mode rooms are created in
2022-07-11 13:23:03 +01:00
David Baker
cb34b1634d
Merge pull request #462 from vector-im/dbkr/bypass_lobby_in_embed_mode
...
Bypass lobby in embedded mode
2022-07-11 12:42:15 +01:00
David Baker
5199fd2566
Prettier
2022-07-08 21:17:27 +01:00