Robin
339a98d1e1
Don't cause the local tile to disappear when joining
...
Before you're connected to the SFU the local participant object will have the empty string as its ID. This changes to your actual ID once you've connected. Apparently I tried to fix this by forcing the local ID to always be the string 'local' but then I just forgot to use it correctly :)
2024-10-24 17:20:56 -04:00
fkwp
fbf754972b
Merge pull request #2685 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.10
2024-10-24 09:01:21 +02:00
renovate[bot]
7974c04dd9
Update dependency livekit-client to v2.5.10
2024-10-24 06:58:57 +00:00
Robin
a4faafb3e0
Merge pull request #2681 from robintown/volume-slider
...
Make the volume slider less silly
2024-10-22 17:25:18 -04:00
Robin
d901045e55
Address review comments
2024-10-22 17:23:40 -04:00
fkwp
33401171a8
Merge pull request #2684 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-22 21:24:33 +02:00
renovate[bot]
480b62a5d8
Update LiveKit components
2024-10-22 19:16:22 +00:00
Robin
0c6e53cda4
Make the volume slider less silly
...
Previously, dragging it all the way to the left would *not* mute the participant but rather bottom out at 10% volume, and people have found this unintuitive. Let's make it less silly by giving the slider a range of 0% to 100%, and making the mute toggle button have the same effect as dragging the slider to zero. When unmuting, it will reset to the last non-zero "committed" volume, similar to how the volume sliders in desktop environments work.
2024-10-18 17:51:37 -04:00
Robin
bfe6da6be7
Merge pull request #2680 from robintown/disable-codecov-annotations
...
Disable Codecov annotations
2024-10-18 17:01:48 -04:00
Robin
250291315e
Disable Codecov annotations
...
Don't mark up the diffs on PRs with warnings about untested lines; we're not aiming for 100% test coverage and they just get in the way of reviewing.
2024-10-18 16:39:02 -04:00
Robin
75c7516f0a
Merge pull request #2673 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-10-17 15:54:21 -04:00
renovate[bot]
d1570466d2
Update all non-major dependencies
2024-10-17 19:15:31 +00:00
Andrew Ferrazzutti
6094627d8d
Fix typo in example config ( #2679 )
2024-10-17 15:14:12 -04:00
fkwp
d252b0a06b
Merge pull request #2676 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.9
2024-10-14 15:48:42 +02:00
fkwp
b630dad4a3
Merge pull request #2675 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-14 15:48:19 +02:00
renovate[bot]
d3d8500431
Update dependency livekit-client to v2.5.9
2024-10-14 13:47:11 +00:00
renovate[bot]
3bd3e947ad
Update GitHub Actions
2024-10-14 13:47:02 +00:00
fkwp
771bf00b66
Merge pull request #2674 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.8
2024-10-14 09:14:48 +02:00
renovate[bot]
e9baf3ccfa
Update dependency livekit-client to v2.5.8
2024-10-14 01:31:56 +00:00
Robin
8e20be42e0
Merge pull request #2672 from element-hq/renovate/major-react-monorepo
...
Update dependency eslint-plugin-react-hooks to v5
2024-10-11 11:36:43 -04:00
renovate[bot]
89702da488
Update dependency eslint-plugin-react-hooks to v5
2024-10-11 15:35:19 +00:00
Hugh Nimmo-Smith
8a84c6c45e
Use non-deprecated method of re-processing MatrixRTCSession keys ( #2646 )
...
* Handle case of encryption key for an index to be undefined
As per https://github.com/matrix-org/matrix-js-sdk/pull/4423 the key can be undefined and so we should handle this rather than waiting for SubtleCrypto.importKey() to fail.
* Use release version of matrix-js-sdk
Diff is baa6d13506
...v34.7.0
* Use RTCSession. reemitEncryptionKeys()
* Add some test coverage whilst we are here
* Add some test coverage whilst we are here
* Lint
2024-10-11 11:34:45 -04:00
Hugh Nimmo-Smith
8272c54177
Set LiveKit keyring size to 256 ( #2660 )
2024-10-10 10:34:38 +01:00
renovate[bot]
697e1a6d81
Update all non-major dependencies ( #2665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 11:26:26 +02:00
fkwp
46379c4895
Merge pull request #2669 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-09 12:04:38 +02:00
fkwp
697b4a326e
Merge pull request #2668 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-09 12:04:16 +02:00
renovate[bot]
5bb5fe4c7f
Update LiveKit components
2024-10-09 10:02:39 +00:00
renovate[bot]
8fcdfdf5e6
Update GitHub Actions
2024-10-09 10:02:22 +00:00
fkwp
a56ecfd373
Merge pull request #2667 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.7
2024-10-07 17:46:12 +02:00
renovate[bot]
0723ba1d3e
Update dependency livekit-client to v2.5.7
2024-10-07 12:28:07 +00:00
fkwp
2e71f3c9da
Merge pull request #2666 from element-hq/renovate/github-actions
...
Update docker/setup-buildx-action action to v3.7.1
2024-10-07 13:23:25 +02:00
renovate[bot]
f4c601a2f5
Update docker/setup-buildx-action action to v3.7.1
2024-10-07 11:22:19 +00:00
fkwp
4caee1737f
Merge pull request #2663 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-04 09:07:29 +02:00
renovate[bot]
a9d63c577d
Update GitHub Actions
2024-10-04 07:06:17 +00:00
fkwp
0b47d9bd86
Merge pull request #2658 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-02 14:04:09 +02:00
renovate[bot]
95e3efc66e
Update LiveKit components
2024-10-02 12:02:43 +00:00
fkwp
3bf4892ccf
Merge pull request #2659 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.6
2024-10-02 14:01:33 +02:00
renovate[bot]
01af0b1a64
Update dependency livekit-client to v2.5.6
2024-10-02 11:57:37 +00:00
Robin
1fff785853
Merge pull request #2655 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-10-01 11:08:50 -04:00
renovate[bot]
b53737adda
Update all non-major dependencies
2024-10-01 15:05:29 +00:00
fkwp
f23b9d1952
Merge pull request #2657 from element-hq/renovate/github-actions
...
Update docker/build-push-action action to v6.9.0
2024-10-01 08:22:26 +02:00
renovate[bot]
35908a51d0
Update docker/build-push-action action to v6.9.0
2024-10-01 01:42:46 +00:00
Alexander Mnich
84d3a02a3f
update Synapse documentation link to point to element-hq docs ( #2653 )
2024-09-30 14:09:01 +02:00
fkwp
f350032b9f
Merge pull request #2654 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-09-30 08:59:57 +02:00
renovate[bot]
fc56dfd337
Update LiveKit components
2024-09-30 00:24:39 +00:00
fkwp
0a7394cd7b
Merge pull request #2652 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-09-27 23:32:15 +02:00
renovate[bot]
cd1bdb66bb
Update GitHub Actions
2024-09-27 21:30:48 +00:00
Robin
55548afa3c
Merge pull request #2648 from robintown/compose-config
...
Make it possible to use the JWT service with a local homeserver
2024-09-27 17:07:49 -04:00
Robin
5cf1cf9e54
Make port types explicit
...
Co-authored-by: fkwp <fkwp@users.noreply.github.com>
2024-09-27 16:35:39 -04:00
Robin
877be03328
Merge pull request #2635 from element-hq/renovate/global-jsdom-25.x
...
Update dependency global-jsdom to v25
2024-09-27 16:05:03 -04:00