From b355cfa14d3b364554c81253d5fb6a8c0cd69aff Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Feb 2021 15:08:10 +0100 Subject: [PATCH] Update ice-servers.json --- conf/ice-servers.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/ice-servers.json b/conf/ice-servers.json index cc898a2..da74c0b 100644 --- a/conf/ice-servers.json +++ b/conf/ice-servers.json @@ -6,7 +6,6 @@ "turn:__DOMAIN__:__TURNSERVER_PORT__?transport=udp" ], "username": "__APP__", - "credential": "__TURNSERVER_PWD__", - "credentialType": "hmac-sha1" + "credential": "__TURNSERVER_PWD__" } ]