Valere Fedronic and GitHub
0a3483729f
Merge pull request #3615 from element-hq/valere/fix_lk_server_1.9.4
...
keep livekit 1.9.4 as the latest is breaking the dev backend
2025-12-04 09:28:36 +01:00
Valere Fedronic and GitHub
b9e346d64c
Merge pull request #3596 from element-hq/valere/bugfix_earpiece_mute_video
...
Fix: Camera is not muted when the earpiece mode is enabled
2025-12-03 17:12:10 +01:00
Valere Fedronic and GitHub
e0bf51b63b
Merge pull request #3590 from element-hq/valere/noise_cancellation
...
Config: UrlParams to control noiseSuppression and echoCancellation
2025-12-02 18:36:32 +01:00
Valere Fedronic and GitHub
7fd4424e7b
Merge pull request #3601 from element-hq/valere/fix_switch_spotlight_screenshare
...
fix: Automatically switch to spotlight if remote screenshare
2025-12-01 15:30:24 +01:00
Valere Fedronic and GitHub
f5c422c559
Merge pull request #3597 from element-hq/valere/test_reconcile
...
test: Add simple tests for scope.reconcile
2025-11-28 10:00:06 +01:00
Valere Fedronic and GitHub
5bc7b31dcd
Merge pull request #3593 from element-hq/valere/quality_gate
...
test: Enable quality gate and touch a file
2025-11-27 18:28:30 +01:00
Valere Fedronic and GitHub
42b4c8301f
Merge pull request #3547 from element-hq/valere/fix_blank_widget_auto_leave
...
fix: Send close widget action on auto-leave
2025-11-20 11:41:43 +01:00
16e1c59e11
playwright: Fix error boundary mgmt or openId errors ( #3570 )
...
* playwright: Fix error boundary mgmt or openId errors
* do not use tap for important logic
* fix lint
---------
Co-authored-by: Timo K <toger5@hotmail.de >
2025-11-17 18:22:37 +01:00
8ce8067956
Adding more logs ( #3563 )
...
* Adding more logs
* post merge fix
* fixup merge error
* review
---------
Co-authored-by: Timo K <toger5@hotmail.de >
2025-11-14 16:18:31 +01:00
Valere Fedronic and GitHub
5b21691c21
Merge pull request #3544 from element-hq/valere/fix_hangup
...
Fix: widget hangup action not working
2025-10-24 13:33:04 +02:00
Valere Fedronic and GitHub
f99d01fc38
Merge pull request #3512 from element-hq/voip-team/rebased-multiSFU
...
Multi-SFU media transport
2025-10-23 16:46:49 +02:00
Valere Fedronic and GitHub
c846ea6447
Merge pull request #3521 from element-hq/valere/multi-sfu/connection_states
...
Connection State: Error Handling + Cleaning / refactoring /
2025-10-13 10:15:55 +02:00
Valere Fedronic and GitHub
610032ad1d
Merge pull request #3444 from element-hq/valere/force_jwt_service_before_start
...
Ensure that the jwt service is called before starting a call
2025-08-06 14:54:24 +02:00
e4d14b4892
Update src/rtcSessionHelpers.ts
...
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com >
2025-08-06 14:22:10 +02:00
Valere Fedronic and GitHub
415f83ace5
Merge pull request #3428 from element-hq/valere/restricted_room_creation_error
...
Display a custom error for restricted SFU config error
2025-08-01 13:04:27 +02:00
Valere Fedronic and GitHub
2ade9b5c1e
Merge pull request #3429 from element-hq/valere/devx/update_dev_config
...
DevX: update dev backend to support jwt-token v3
2025-07-31 17:15:44 +02:00
Valere Fedronic and GitHub
029827488c
Merge pull request #3430 from element-hq/valere/fix_snapshot
...
fix snapshot test following commit 007a50d
2025-07-31 17:04:51 +02:00
Valere Fedronic and GitHub
391ca63b7e
Merge pull request #3422 from element-hq/valere/bump-js-sdk-28-07-2025
...
bump js-sdk version 28/07/2025
2025-07-28 17:59:56 +02:00
Valere Fedronic and GitHub
8f561c0319
bump js-sdk to matrix-js-sdk 0ce944f3daa2c8926c673af33ae24e89b1e6796a ( #3414 )
2025-07-21 17:46:45 +02:00
Valere Fedronic and GitHub
7ac378037f
Merge pull request #3408 from element-hq/valere/bump-js-sdk
...
Bump js-sdk resolved commit to the latest develop
2025-07-18 10:59:11 +02:00
Valere Fedronic and GitHub
2e23bbbb94
Merge pull request #3398 from element-hq/valere/enable_new_encryption_mgr
...
Bump js-sdk dependency to have new encryption mgr
2025-07-09 19:01:50 +02:00
9787ac3abc
bugfix: #3344 Reconnecting to the same SFU on membership change ( #3361 )
...
* bugfix: #3344 Reconnecting to the same SFU on membership change
* fixup! commit error
* Keep useActiveLivekitFocus from changing focus spuriously
* Remove redundant fix for spurious focus changes
We've now fixed it at the source by prohibiting state changes in useActiveLivekitFocus itself.
---------
Co-authored-by: Robin <robin@robin.town >
2025-06-25 19:35:50 +02:00
86d80630c1
Fix connection leaks: Ensure that any pending connection open are cancelled/undo when ActiveCall is unmounted ( #3255 )
...
* Better logs for connection/component lifecycle
* fix: `AudioCaptureOptions` was causing un-necessary effect render
AudioCaptureOptions was a different object but with same internal values, use directly deviceId so that Object.is works properly
* fix: Livekit openned connection leaks
* review: rename to AbortHandles
* review: rename variable
---------
Co-authored-by: Timo <toger5@hotmail.de >
2025-05-14 18:41:22 +02:00
1ff2fb3fff
only show to-device transport label in dev mode ( #3221 )
...
* Only show to device encryption label if developer mode on
* Add tests for developer mode to device label
---------
Co-authored-by: Timo <toger5@hotmail.de >
2025-05-13 22:22:56 +02:00
bc0ea20343
Default vite config to support using local build of crypto wasm ( #3038 )
...
* Devex: Default vite config to support using local build of crypto wasm
* use realpathSync and make it work with linked and not-linked
We need to use sync because an async defineConfig fails for the embedded exports.
* also allow just linking matrix-sdk-crypto-wasm (without js-sdk linking)
---------
Co-authored-by: Timo <toger5@hotmail.de >
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com >
Co-authored-by: Robin <robin@robin.town >
2025-04-04 23:24:42 +02:00
Valere Fedronic and GitHub
deac07dd13
Merge pull request #3163 from element-hq/valere/add_missing_to_device_permission
...
Widget: Add missing to device permission for encryption keys
2025-04-04 09:37:40 +02:00
Valere Fedronic and GitHub
8bd44344e7
Merge pull request #3164 from element-hq/toger5/fix-src-js-sdk-imports
...
Fix lint and playwright errors caused by matrix-js-sdk/src import
2025-04-04 09:31:24 +02:00