diff --git a/app/src/Server.js b/app/src/Server.js index 6e3bba56..a4496c01 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -333,7 +333,12 @@ httpsServer.listen(config.listenPort, () => { // #################################################### (async () => { - await createWorkers(); + try { + await createWorkers(); + } catch (err) { + log.error('Create Worker ERR --->', err); + process.exit(1); + } })(); async function createWorkers() { diff --git a/public/css/Room.css b/public/css/Room.css index 901120cd..486a9f6b 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -644,6 +644,18 @@ button:hover { background-color: #0c0b0b; } */ +#inviteParticipants { + width: 100%; + padding: 10px; + margin: 10px auto 0px auto; + background-color: #191919; + border-radius: 10px; +} +#inviteParticipants:hover { + color: #fff; + transform: scale(1); +} + #searchParticipants { margin-top: 15px; width: 100%; diff --git a/public/js/Room.js b/public/js/Room.js index 9a755501..5abc9180 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -1534,6 +1534,12 @@ async function getRoomParticipants(refresh = false) { async function getParticipantsTable(peers) { let table = ` +
+ +

- MiroTalk SFU
Free browser based real-time video calls.
+ MiroTalk SFU
Free browser based Real-time video calls.
Simple, Secure, Fast.