LINXD-2270-p2 #19

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

View File

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

View File

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