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 6a40fb8 commit e4d6a10Copy full SHA for e4d6a10
docs/usage/configuration/config_documentation.md
@@ -2575,6 +2575,23 @@ Example configuration:
2575
turn_allow_guests: false
2576
```
2577
---
2578
+## MatrixRTC
2579
+
2580
+Options related to advertise MatrixRTC backend infrastructure like SFUs.
2581
2582
+---
2583
+### `services`
2584
2585
+*(array|null)*
2586
2587
+Example configuration:
2588
+```
2589
+matrix_rtc:
2590
+ services:
2591
+ - type: livekit
2592
+ livekit_service_url: https://matrix-rtc.example.com/livekit/jwt
2593
2594
2595
## Registration
2596
2597
Registration can be rate-limited using the parameters in the [Ratelimiting](#ratelimiting) section of this manual.
0 commit comments