Update
This commit is contained in:
parent
9634aac153
commit
449724537e
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user