Robin and GitHub
e06aaf6fd4
Merge pull request #2691 from robintown/duplicate-devices
...
Remove duplicate media devices from the list
2024-10-28 15:05:47 -04:00
Robin
0ec56014c3
Remove duplicate media devices from the list
...
Somehow on my system Firefox always manages to create multiple entries for my webcam. This was an easy enough thing to fix.
2024-10-28 15:02:01 -04:00
Robin and GitHub
7edc8af9a0
Merge pull request #2687 from robintown/media-devices-config
...
Add config options for starting with audio and video enabled
2024-10-28 09:08:04 -04:00
Robin
551c3f4104
Add config options for starting with audio and video enabled
2024-10-27 21:47:13 -04:00
Robin and GitHub
5907bf7c33
Merge pull request #2662 from element-hq/renovate/compound
...
Update Compound
2024-10-25 12:27:32 -04:00
Hugh Nimmo-Smith and GitHub
d8bbd93294
Bump js-sdk for MatrixRTC fixes ( #2688 )
...
Full diff https://github.com/matrix-org/matrix-js-sdk/compare/v34.7.0...0a29063bc9e61ee70ca43820d4bb91f6a27f1237
Relevant PRs included:
- Do not rotate MatrixRTC media encryption key when a new member joins a session #4472
- Refactor/simplify Promises in MatrixRTCSession #4466
- Prepare delayed call leave events more reliably #4447
- Fix DelayedEventInfo type #4446
- Fix MatrixRTC sender key wrapping #4441
2024-10-25 17:23:34 +01:00
Robin and GitHub
bb95d9e414
Merge pull request #2686 from robintown/keep-local-tile
...
Don't cause the local tile to disappear when joining
2024-10-25 08:22:37 -04:00
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 and GitHub
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] and GitHub
7974c04dd9
Update dependency livekit-client to v2.5.10
2024-10-24 06:58:57 +00:00
Robin and GitHub
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
renovate[bot] and GitHub
5aba2a00a5
Update Compound
2024-10-22 19:25:12 +00:00
fkwp and GitHub
33401171a8
Merge pull request #2684 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-22 21:24:33 +02:00
renovate[bot] and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
d1570466d2
Update all non-major dependencies
2024-10-17 19:15:31 +00:00
Andrew Ferrazzutti and GitHub
6094627d8d
Fix typo in example config ( #2679 )
2024-10-17 15:14:12 -04:00
fkwp and GitHub
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 and GitHub
b630dad4a3
Merge pull request #2675 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-14 15:48:19 +02:00
renovate[bot] and GitHub
d3d8500431
Update dependency livekit-client to v2.5.9
2024-10-14 13:47:11 +00:00
renovate[bot] and GitHub
3bd3e947ad
Update GitHub Actions
2024-10-14 13:47:02 +00:00
fkwp and GitHub
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] and GitHub
e9baf3ccfa
Update dependency livekit-client to v2.5.8
2024-10-14 01:31:56 +00:00
Robin and GitHub
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] and GitHub
89702da488
Update dependency eslint-plugin-react-hooks to v5
2024-10-11 15:35:19 +00:00
Hugh Nimmo-Smith and GitHub
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 https://github.com/matrix-org/matrix-js-sdk/compare/baa6d135065637c9769c61325c69709d3618f5f1...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 and GitHub
8272c54177
Set LiveKit keyring size to 256 ( #2660 )
2024-10-10 10:34:38 +01:00
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 and GitHub
46379c4895
Merge pull request #2669 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-09 12:04:38 +02:00
fkwp and GitHub
697b4a326e
Merge pull request #2668 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-09 12:04:16 +02:00
renovate[bot] and GitHub
5bb5fe4c7f
Update LiveKit components
2024-10-09 10:02:39 +00:00
renovate[bot] and GitHub
8fcdfdf5e6
Update GitHub Actions
2024-10-09 10:02:22 +00:00
fkwp and GitHub
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] and GitHub
0723ba1d3e
Update dependency livekit-client to v2.5.7
2024-10-07 12:28:07 +00:00
fkwp and GitHub
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] and GitHub
f4c601a2f5
Update docker/setup-buildx-action action to v3.7.1
2024-10-07 11:22:19 +00:00
fkwp and GitHub
4caee1737f
Merge pull request #2663 from element-hq/renovate/github-actions
...
Update GitHub Actions
2024-10-04 09:07:29 +02:00
renovate[bot] and GitHub
a9d63c577d
Update GitHub Actions
2024-10-04 07:06:17 +00:00
fkwp and GitHub
0b47d9bd86
Merge pull request #2658 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-10-02 14:04:09 +02:00
renovate[bot] and GitHub
95e3efc66e
Update LiveKit components
2024-10-02 12:02:43 +00:00
fkwp and GitHub
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] and GitHub
01af0b1a64
Update dependency livekit-client to v2.5.6
2024-10-02 11:57:37 +00:00
Robin and GitHub
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] and GitHub
b53737adda
Update all non-major dependencies
2024-10-01 15:05:29 +00:00
fkwp and GitHub
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] and GitHub
35908a51d0
Update docker/build-push-action action to v6.9.0
2024-10-01 01:42:46 +00:00