test
This commit is contained in:
parent
c7049ef909
commit
1f3fbba5c0
5
app.js
5
app.js
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user