This commit is contained in:
Sergiu Toma 2023-01-13 19:37:27 +02:00
parent c7049ef909
commit 1f3fbba5c0

5
app.js
View File

@ -290,6 +290,7 @@ peers.on('connection', async socket => {
try {
const router = videoCalls[callId].router;
router.observer.on("newtransport", (transport) => {
@ -316,6 +317,10 @@ peers.on('connection', async socket => {
});
} catch (error) {
console.log('&&&&&&&&&&&&&&&&', error.message);
}