WIP: router-close-connections #2

Closed
sergiu wants to merge 13 commits from router-close-connections into master
Showing only changes of commit e65845ce9b - Show all commits

View File

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