Timo K
f7590a33d7
Fix publisher clean up! This is the acutal bug we chased
2026-01-15 18:12:00 +01:00
Timo K
c74accb906
remove "fetching" state again (we have to be able to deal with those
...
kind of switches!) Optimize to not always fetch the oldest member jwt
(only do so in legacy mode)
2026-01-15 18:11:08 +01:00
Timo K
b49411abfa
dont set localTransport while still fetching oldest member transport
2026-01-14 17:35:35 +01:00
Timo K
41eb45b3c4
fix comments
2026-01-14 12:29:22 +01:00
Timo K
d185b52091
more docstrings to docuemnt the migration away from livekit_alias
2026-01-13 12:44:17 +01:00
Timo K
72ca3821ab
Change the livekit alias to just be the room id for backwards
...
compatibility.
2026-01-13 12:37:46 +01:00
Timo K
ed3d168ac3
fix tests
2026-01-09 17:29:48 +01:00
Timo K
7dbbd763b9
Refactor how we aquire the jwt token for the local user. (only fetch it
...
once)
The local jwt token needs to be aquired via the right endpoint. The
endpoint defines how our rtcBackendIdentity is computed. Based on us
using sticky events or state events we also need to use the right
endpoint. This cannot be done generically in the connection manager. The
jwt token now is computed in the localTransport and the resolved sfu
config is passed to the connection manager.
Add JWT endpoint version and SFU config support Pin matrix-js-sdk to a
specific commit and update dev auth image tag. Propagate SFU config and
JWT endpoint choice through local transport, ConnectionManager and
Connection; add JwtEndpointVersion enum and LocalTransportWithSFUConfig
type. Add NO_MATRIX_2 auth error and locale string, thread
rtcBackendIdentity through UI props, and include related test, CSS and
minor imports updates
2026-01-09 13:38:26 +01:00
Timo K
1909aef186
temp
2026-01-08 12:27:17 +01:00
Timo K
d5ad2e38e2
fix up tests
2026-01-07 16:09:08 +01:00
Timo K
75fca3108a
cleanup an rename compatibility mode
2026-01-07 16:08:20 +01:00
Timo K
d814f60f23
review (docstrings) and remove unused artifacts.
2026-01-07 15:47:44 +01:00
Timo K
83d04ac122
fix tests and remove duplicated mocks.
2026-01-07 13:26:37 +01:00
Timo K
556a87d141
fix js-doc
2026-01-05 22:20:19 +01:00
Timo K
00fca6e3c7
simplify localTransport
2026-01-05 21:17:37 +01:00
Timo K
5d5d75ebdf
fixup merge
2026-01-05 21:08:33 +01:00
Timo K
df2bd22005
Merge branch 'livekit' into toger5/delayed-event-delegation
2026-01-05 21:08:21 +01:00
Valere
da55d84bde
Add script to check that the tsdoc is correct and up-to-date
2025-12-30 17:02:44 +01:00
Will Hunt
72ec1439f4
Support MSC4143 RTC Transport endpoint ( #3629 )
...
* Use rtc-focus branch of js-sdk
* Update makeTransport to fetch backend transports and validate all transports before response.
* Fix test
* Add test
* Loads more tests
* Add tests for openid errors
* improve comment
* update to develop commit
* Add JWT parsing
* Use JWT
* Cleanup
* fixup tests
* fixup tests
* lint
* lint lint
* Fix `Reconnecting`
2025-12-29 17:45:41 +00:00
Timo K
0f5c5d8be5
cleanup based on new js-sdk impl
2025-12-29 17:38:54 +01:00
Timo K
7591e2bda1
Merge branch 'livekit' into toger5/delayed-event-delegation
2025-12-28 21:04:49 +01:00
Timo K
852d2ee375
after merge cleanup
2025-12-22 13:35:40 +01:00
Timo K
e78f37a6b3
Merge branch 'livekit' into toger5/lib-ec-version
2025-12-22 12:43:09 +01:00
Timo K
ab7e3486b3
Make use of the new jwt service endpoint (with delayed event delegation)
...
This also does all the compatibility work. When to use which endpoint to
authenticate agains a jwt service.
2025-12-17 09:53:49 +01:00
Valere Fedronic
6cfa95bcfa
Merge pull request #3632 from element-hq/valere/double_pub_problems_highlevel
...
Fix: Races that could cause double publication or mute state desyncs
2025-12-17 08:50:00 +01:00
Valere
80e760ca55
review
2025-12-16 13:40:06 +01:00
Robin
6149dd2c9a
Make the video behavior less confusing
...
There's no reason to allow it to take on placeholder values. It should be defined when the media has a published video track and undefined when not.
2025-12-15 15:26:42 -05:00
Valere
190cdfcb60
comment now dead state variant
2025-12-12 17:03:16 +01:00
Valere
8f2055b4f4
eslint fix
2025-12-12 14:46:13 +01:00
Valere
93da69983d
post merge: partial mapping of tracks/publish states
2025-12-12 14:40:45 +01:00
Valere
b3b76d8b3d
post merge
2025-12-12 11:54:43 +01:00
Valere
d052d55547
Merge branch 'livekit' into valere/double_pub_problems_highlevel
2025-12-12 11:54:35 +01:00
Valere
610af439a8
cleaning: just use LocalTrackPublished event to pause/unpause
2025-12-12 10:37:37 +01:00
Valere
f8310b4611
publisher: only use highlevel participant APIs
2025-12-12 10:31:08 +01:00
Timo K
68a32fdff6
Merge branch 'livekit' into toger5/lib-ec-version
2025-12-11 13:17:26 +01:00
Timo K
8dac0366b6
fix lints
2025-12-10 21:17:33 +01:00
Timo K
b380532d30
lots of error logging and fixing playwright
2025-12-10 21:14:13 +01:00
Timo K
667a3d0e3d
fix test not checking for livekit connection state anymore.
2025-12-10 19:18:16 +01:00
Timo K
1941fc9ca1
fix tests.
2025-12-10 19:12:52 +01:00
Timo K
6efce232f8
fix playwright tests
2025-12-10 18:50:19 +01:00
Timo K
ef2f53c38a
Merge branch 'livekit' into toger5/connection-state-refactor
2025-12-10 13:49:06 +01:00
Timo K
0ebc6078dd
Update LocalMember.ts
2025-12-10 12:08:59 +01:00
Timo K
7af89b4216
fix lint
2025-12-09 17:36:56 +01:00
Timo K
bf801364a6
cleanup and tests
2025-12-09 15:23:30 +01:00
Robin
d8b9568400
Stop publisher in a less brittle way
2025-12-08 23:33:41 -05:00
Timo K
88721be952
cleanup
2025-12-03 10:04:22 +01:00
Timo K
2e646bfac1
Unify LiveKit and Matrix connection states
2025-12-02 19:49:13 +01:00
Timo K
af47002613
Refactor local membership publisher and connectionState related logic
2025-12-01 20:14:29 +01:00
Timo K
8cb8357398
make logs just debug. (info -> debug)
2025-12-01 17:34:37 +01:00
Timo K
63cd4f79dd
fix playwright test! (It caught an actual bug!!! so the right wording
...
would be: fix implementation thanks to the playwright test!
2025-12-01 17:29:35 +01:00