Skip to content

Commit 1ac494c

Browse files
committed
Docs: Add MSC4143 feature to Synapse config
1 parent 2c65a75 commit 1ac494c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/self-hosting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ experimental_features:
4545
# MSC4222 needed for syncv2 state_after. This allow clients to
4646
# correctly track the state of the room.
4747
msc4222_enabled: true
48+
# MSC4143: MatrixRTC transports endpoint. Used by some clients to
49+
# discover the MatrixRTC Authorization Service for LiveKit.
50+
msc4143_enabled: true
51+
52+
# Configure MatrixRTC Transports
53+
# Must replace <LIVEKIT_URL> with your server's URL.
54+
matrix_rtc:
55+
transports: [{type: livekit, livekit_service_url: "<LIVEKIT_URL>"}]
4856

4957
# The maximum allowed duration by which sent events can be delayed, as
5058
# per MSC4140.

0 commit comments

Comments
 (0)