Skip to content

Commit e4d6a10

Browse files
committed
add config documentation
1 parent 6a40fb8 commit e4d6a10

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/usage/configuration/config_documentation.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,6 +2575,23 @@ Example configuration:
25752575
turn_allow_guests: false
25762576
```
25772577
---
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+
---
25782595
## Registration
25792596

25802597
Registration can be rate-limited using the parameters in the [Ratelimiting](#ratelimiting) section of this manual.

0 commit comments

Comments
 (0)