commit
655bf1a217
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue