Refactor transportclose 19

This commit is contained in:
Sergiu Toma 2022-08-12 15:02:42 +03:00
parent 89ee1f301a
commit 004c0f66a7
1 changed files with 1 additions and 0 deletions

1
app.js
View File

@ -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)