Merge pull request #23 from WeiChun0911/patch-1

Fix typo in server.js
master
Iñaki Baz Castillo 2018-01-24 23:33:48 +01:00 committed by GitHub
commit 655bf1a217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ mediaServer.on('newroom', (room) =>
}); });
}); });
// HTTPS server for the protoo WebSocjet server. // HTTPS server for the protoo WebSocket server.
const tls = const tls =
{ {
cert : fs.readFileSync(config.tls.cert), cert : fs.readFileSync(config.tls.cert),