[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2022-06-17 21:27:57 +02:00
parent 53e7e07f59
commit 31d1d01d12
-8
View File
@@ -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
}
//...
}
```