This commit is contained in:
Sergiu Toma 2023-01-13 19:04:09 +02:00
parent 2a43cd2603
commit 57108bf41e
1 changed files with 2 additions and 0 deletions

2
app.js
View File

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