Don't leave voice room on second click

This commit is contained in:
mplorentz
2026-03-13 09:55:51 -04:00
parent fad369b689
commit 8c44eaba72
-2
View File
@@ -10,7 +10,6 @@
import {
deriveVoiceParticipants,
joinVoiceRoom,
leaveVoiceRoom,
currentVoiceSession,
isParticipantSpeaking,
participantKey,
@@ -31,7 +30,6 @@
const handleClick = async () => {
if (isActive) {
await leaveVoiceRoom()
return
}
if (joinAbortController) {