LINXD-2270-p2 #19

Closed
sergiu wants to merge 58 commits from LINXD-2270-p2 into develop
Showing only changes of commit 5ba1f76585 - Show all commits

2
app.js
View File

@ -226,7 +226,7 @@ peers.on('connection', async socket => {
socket.on('createWebRtcTransport', async (data, callback) => {
try {
console.log('🟥 WARNING', JSON.stringify(data));
console.log('createWebRtcTransport-----------------------data', data);
console.log('createWebRtcTransport-----------------------data', data, 'socketid', socket.id);
const { sender } = data
console.log('createWebRtcTransport-----------------------sender', sender);
const callId = socketDetails[socket.id];