From b998034979f96f66f36ee31efb40276111b3f0cd Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Sat, 24 Jun 2023 00:03:46 +0200 Subject: [PATCH] activate usercombo --- deploy/templates/turn/turnserver.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/templates/turn/turnserver.conf b/deploy/templates/turn/turnserver.conf index 0d551dc..217b00b 100644 --- a/deploy/templates/turn/turnserver.conf +++ b/deploy/templates/turn/turnserver.conf @@ -211,9 +211,9 @@ external-ip=${PRODCLUSTER_DEVICE_IP} # # This option is used with timestamp: # -# usercombo -> "timestamp:userid" -# turn user -> usercombo -# turn password -> base64(hmac(secret key, usercombo)) +usercombo -> "timestamp:userid" +turn user -> usercombo +turn password -> base64(hmac(secret key, usercombo)) # # This allows TURN credentials to be accounted for a specific user id. # If you don't have a suitable id, then the timestamp alone can be used. -- GitLab