Update server.js

typo
master
Wei-Chun 2018-01-24 21:53:19 +08:00 committed by GitHub
parent fe97e09f81
commit d8e1dd6807
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 =
{
cert : fs.readFileSync(config.tls.cert),