Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 17, 2022
1 parent 53e7e07 commit 31d1d01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
//...
}
```

0 comments on commit 31d1d01

Please sign in to comment.