LINXD-2270-p2 #19

Closed
sergiu wants to merge 58 commits from LINXD-2270-p2 into develop
2 changed files with 8 additions and 14 deletions
Showing only changes of commit 449724537e - Show all commits

View File

@ -20692,13 +20692,10 @@ const connectSendTransport = async () => {
}; };
console.log('SEND answer', answer); console.log('SEND answer', answer);
setTimeout(() => {
console.log(`🟩 EMIT`);
hub.emit( hub.emit(
'video', 'video',
JSON.stringify(answer) JSON.stringify(answer)
); );
}, 10000);
// Enable Close call button // Enable Close call button
const closeCallBtn = document.getElementById('btnCloseCall'); const closeCallBtn = document.getElementById('btnCloseCall');

View File

@ -334,13 +334,10 @@ const connectSendTransport = async () => {
}; };
console.log('SEND answer', answer); console.log('SEND answer', answer);
setTimeout(() => {
console.log(`🟩 EMIT`);
hub.emit( hub.emit(
'video', 'video',
JSON.stringify(answer) JSON.stringify(answer)
); );
}, 10000);
// Enable Close call button // Enable Close call button
const closeCallBtn = document.getElementById('btnCloseCall'); const closeCallBtn = document.getElementById('btnCloseCall');