[mirotalk] - fix typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
//...
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user