fix: Drop old postMessage leftover

This commit is contained in:
Anton Georgiev 2022-04-07 15:27:41 +00:00
parent cde5c0a5fd
commit 3cee20c489

View File

@ -437,7 +437,6 @@ class AudioManager {
this.inputDevice = { id: 'default' };
}
window.parent.postMessage({ response: 'notInAudio' }, '*');
window.removeEventListener('audioPlayFailed', this.handlePlayElementFailed);
const bridge =