MSC4195: LiveKit transport for MatrixRTC - #4195
Open
hughns wants to merge 115 commits into
Open
Conversation
hughns
force-pushed
the
hughns/matrixrtc-livekit
branch
from
December 17, 2024 07:22
054a23c to
6072744
Compare
fkwp
marked this pull request as ready for review
October 14, 2025 13:16
Co-authored-by: gewitternacht <60887951+gewitternacht@users.noreply.github.com>
Co-authored-by: gewitternacht <60887951+gewitternacht@users.noreply.github.com>
Co-authored-by: gewitternacht <60887951+gewitternacht@users.noreply.github.com>
Co-authored-by: gewitternacht <60887951+gewitternacht@users.noreply.github.com>
Johennes
reviewed
Sep 3, 2026
robintown
reviewed
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rendered
Server
m.livekitin/transports: Add support for specifying the SFU WebSocket URL together with configured LiveKit transports element-hq/synapse#20146Note
For backwards compatibility, the endpoint also returns
livekit_service_url. The stems from a previous iteration of the proposal and has been fully replaced byurlin the current text.Note
For backwards compatibility with implementations of previous versions of this MSC, https://github.com/element-hq/lk-jwt-service exhibits the following differences with respect to the proposal text:
/sfu/get,/get_tokenand/delegate_delayed_leaveare still included. These have been replaced by proper Client-Server and Server-Server endpoints in the proposal which are also implemented in https://github.com/element-hq/lk-jwt-service.claimed_device_idwrapped together with the member ID in amemberobject. The proposal has eliminatedclaimed_device_idand replaced thememberobject withmember_id.delay_timeoutrequest parameter is still included in the/delegate_delayed_leaveendpoint. This parameter has been removed from the proposal because it can be inferred from the delayed event ID.Furthermore, https://github.com/element-hq/lk-jwt-service doesn't currently implement kicking participants from the SFU on room leaves.
Client
Note
Similar to what's mentioned above, the client implementations also still support the legacy
livekit_service_urlproperty intransportsobjects in membership events.SCT Stuff:
No MSC checklist
No FCP tickyboxes
BLOCKED on MSC4143 - #4195 (comment)