LINXD-2270-p2 #19

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

1
app.js
View File

@ -225,6 +225,7 @@ peers.on('connection', async socket => {
*/
socket.on('createWebRtcTransport', async (data, callback) => {
try {
console.log('🟥 WARNING', JSON.stringify(data));
console.log('createWebRtcTransport-----------------------data', data);
const { sender } = data
console.log('createWebRtcTransport-----------------------sender', sender);