From 9411996813a8658d81ecc67d97d20a07fdeefce9 Mon Sep 17 00:00:00 2001 From: winyadepla Date: Tue, 27 Jan 2026 01:01:48 +0000 Subject: [PATCH] Fix typo --- docs/matrix_rtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matrix_rtc.md b/docs/matrix_rtc.md index 7de798d7..b7eac234 100644 --- a/docs/matrix_rtc.md +++ b/docs/matrix_rtc.md @@ -205,7 +205,7 @@ max-port=65535 If you have Coturn configured, you can use it as a TURN server for Livekit to improve call reliability. As Coturn allows multiple instances of `static-auth-secret`, it is suggested that the secret used for Livekit is different to that used for tuwunel. 1. Create a secret for Coturn. It is suggested that this should be a random 64 character alphanumeric string. -3. Add the following line to the end of your `turnserver.conf`. `AUTH_SECRET` is the secret created in Step 1. +2. Add the following line to the end of your `turnserver.conf`. `AUTH_SECRET` is the secret created in Step 1. ``` static-auth-secret=AUTH_SECRET ```