From 004c0f66a7a3e34d05b5da4567d77a5002f2d8e5 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 12 Aug 2022 15:02:42 +0300 Subject: [PATCH] Refactor transportclose 19 --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 5f21e8b..0c6e0aa 100644 --- a/app.js +++ b/app.js @@ -253,6 +253,7 @@ const createWebRtcTransportLayer = async (callId, callback) => { } console.log('webRtcTransport_options', webRtcTransport_options); + console.log('router', router, '| router[callId]', router[callId]); // https://mediasoup.org/documentation/v3/mediasoup/api/#router-createWebRtcTransport let transport = await router[callId].createWebRtcTransport(webRtcTransport_options)