This commit is contained in:
Sergiu Toma 2023-01-13 19:04:09 +02:00
parent 2a43cd2603
commit 57108bf41e

2
app.js
View File

@ -692,6 +692,8 @@ const createWebRtcTransportLayer = async (callId, callback) => {
console.log(`transport | closed | calldId ${callId}`); console.log(`transport | closed | calldId ${callId}`);
}); });
console.log('---------transport', transport);
const params = { const params = {
id: transport.id, id: transport.id,
iceParameters: transport.iceParameters, iceParameters: transport.iceParameters,