diff --git a/public/full.js b/public/full.js index 8716649..ddc86a4 100644 --- a/public/full.js +++ b/public/full.js @@ -576,6 +576,7 @@ window.__incomingCallNotification = (notification) => { window.answer = async () => { const call = await window.__invite.accept({rootElement: document.getElementById('rootElement')}) window.__call = call + roomObj = call window.__call.on('destroy', () => { console.warn('Inbound Call got cancelled!!') })