This commit is contained in:
Sergiu Toma 2022-12-16 10:54:25 +02:00
parent 5687569bc1
commit bf65221664
1 changed files with 1 additions and 0 deletions

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);