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);
setTimeout(() => {
console.log(`🟩 EMIT`);
hub.emit(
'video',
JSON.stringify(answer)
);
}, 10000);
hub.emit(
'video',
JSON.stringify(answer)
);
// Enable Close call button
const closeCallBtn = document.getElementById('btnCloseCall');

View File

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