diff --git a/src/providers/LocalAudioOutputProvider/index.tsx b/src/providers/LocalAudioOutputProvider/index.tsx index 287eb023..152b475f 100644 --- a/src/providers/LocalAudioOutputProvider/index.tsx +++ b/src/providers/LocalAudioOutputProvider/index.tsx @@ -30,7 +30,7 @@ export const LocalAudioOutputProvider: React.FC< return; } - if (audioRef.current) { + if (audioRef.current && isAudioOn) { (async (element: HTMLAudioElement) => { try { await audioVideo.bindAudioElement(element);