We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c65a75 commit 1ac494cCopy full SHA for 1ac494c
1 file changed
docs/self-hosting.md
@@ -45,6 +45,14 @@ experimental_features:
45
# MSC4222 needed for syncv2 state_after. This allow clients to
46
# correctly track the state of the room.
47
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>"}]
56
57
# The maximum allowed duration by which sent events can be delayed, as
58
# per MSC4140.
0 commit comments