fix: Drop old postMessage leftover
This commit is contained in:
parent
cde5c0a5fd
commit
3cee20c489
@ -437,7 +437,6 @@ class AudioManager {
|
||||
this.inputDevice = { id: 'default' };
|
||||
}
|
||||
|
||||
window.parent.postMessage({ response: 'notInAudio' }, '*');
|
||||
window.removeEventListener('audioPlayFailed', this.handlePlayElementFailed);
|
||||
|
||||
const bridge =
|
||||
|
Loading…
Reference in New Issue
Block a user