Update server.js

typo
This commit is contained in:
Wei-Chun
2018-01-24 21:53:19 +08:00
committed by GitHub
parent fe97e09f81
commit d8e1dd6807
+1 -1
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),