From 31d1d01d12959fdd0ffabb67a9e0f54f123d718d Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 17 Jun 2022 21:27:57 +0200 Subject: [PATCH] [mirotalk] - fix typo --- app/ssl/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/ssl/README.md b/app/ssl/README.md index 4951ae7d..4a3fa743 100644 --- a/app/ssl/README.md +++ b/app/ssl/README.md @@ -29,12 +29,4 @@ const isHttps = true; ```js const isHttps = true; - -function getSignalingServer() { - if (isHttps) { - return 'https://' + location.hostname + ':' + signalingServerPort; - // if need: change it with YOUR-SERVER-DOMAIN-NAME - } - //... -} ```