diff --git a/webapp/components/player/player.tsx b/webapp/components/player/player.tsx index dce7829..d28d38f 100644 --- a/webapp/components/player/player.tsx +++ b/webapp/components/player/player.tsx @@ -39,7 +39,6 @@ export default function Player(props: { stream: MediaStream, muted: boolean, aud const [currentDeviceSpeaker] = useAtom(deviceSpeakerAtom) const [SpeakerStatus] = useAtom(SpeakerStatusAtom) - useEffect(() => { if (audioTrack && !videoTrack) { setShowAudio(true)