From 0160f60c6d0103458cd5d72ef22965aaa7fa8be1 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 18 May 2026 08:33:36 +0200 Subject: [PATCH] Reorder sentence fragments for better readability Signed-off-by: Johannes Marbach --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65b504d4..9421d9e5 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,8 @@ via `livekit_service_url`. `org.matrix.msc4143.rtc_foci` in their `org.matrix.msc3401.call.member` state event. - For the **LiveKit** MatrixRTC backend ([MSC4195](https://github.com/hughns/matrix-spec-proposals/blob/hughns/matrixrtc-livekit/proposals/4195-matrixrtc-livekit.md)), - the **first participant who joined the call** defines via the `foci_preferred` - key in their `org.matrix.msc3401.call.member` which actual MatrixRTC backend - will be used for this call. + the **first participant who joined the call** defines which backend will be used for this call via + the `foci_preferred` key in their `org.matrix.msc3401.call.member` state event. - During the actual call join flow, the **[MatrixRTC Authorization Service](https://github.com/element-hq/lk-jwt-service)** provides the client with the **LiveKit SFU WebSocket URL** and an **access JWT token** in order to exchange media via WebRTC.