Refactor transportclose 19
This commit is contained in:
parent
89ee1f301a
commit
004c0f66a7
1
app.js
1
app.js
@ -253,6 +253,7 @@ const createWebRtcTransportLayer = async (callId, callback) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log('webRtcTransport_options', webRtcTransport_options);
|
console.log('webRtcTransport_options', webRtcTransport_options);
|
||||||
|
console.log('router', router, '| router[callId]', router[callId]);
|
||||||
|
|
||||||
// https://mediasoup.org/documentation/v3/mediasoup/api/#router-createWebRtcTransport
|
// https://mediasoup.org/documentation/v3/mediasoup/api/#router-createWebRtcTransport
|
||||||
let transport = await router[callId].createWebRtcTransport(webRtcTransport_options)
|
let transport = await router[callId].createWebRtcTransport(webRtcTransport_options)
|
||||||
|
Loading…
Reference in New Issue
Block a user