From 2185177957a3270630d6033488e0bdfbf17e296b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 8 Oct 2018 08:19:52 +0300 Subject: [PATCH] Remove `lt-cred-mech` Coturn option Coturn reports it as an option that conflicts with `use-auth-secret`. Some reasoning is here: https://github.com/coturn/coturn/commit/fa523e8d09fa944181ee438765509d97f086d6d6 --- roles/matrix-server/templates/coturn/turnserver.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/matrix-server/templates/coturn/turnserver.conf.j2 b/roles/matrix-server/templates/coturn/turnserver.conf.j2 index 2298d1823..7aea813c7 100644 --- a/roles/matrix-server/templates/coturn/turnserver.conf.j2 +++ b/roles/matrix-server/templates/coturn/turnserver.conf.j2 @@ -1,4 +1,3 @@ -lt-cred-mech use-auth-secret static-auth-secret={{ matrix_coturn_turn_static_auth_secret }} realm=turn.{{ hostname_matrix }}