Skip to content

Commit

Permalink
Merge branch 'speaker-button' of https://github.com/xdzqyyds/woom int…
Browse files Browse the repository at this point in the history
…o speaker-button
  • Loading branch information
xdzqyyds committed Nov 21, 2024
2 parents c56ea65 + 6466d38 commit 559e5f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/components/player/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 559e5f6

Please sign in to comment.