LAPI-675: Comment code<DEBUG>
This commit is contained in:
@ -96,9 +96,9 @@ setTimeout(() => {
|
||||
if (IS_PRODUCER && urlParams.get('testing') === 'true') { getLocalStream() }
|
||||
})
|
||||
|
||||
socket.on('new-producer', ({ callId }) => {
|
||||
console.log(`🟥 new-producer | callId: ${callId}`);
|
||||
})
|
||||
// socket.on('new-producer', ({ callId }) => {
|
||||
// console.log(`🟥 new-producer | callId: ${callId}`);
|
||||
// })
|
||||
}
|
||||
|
||||
if (IS_PRODUCER === true) {
|
||||
|
Reference in New Issue
Block a user