Don't leave voice room on second click

This commit is contained in:
mplorentz
2026-03-13 09:55:51 -04:00
committed by hodlbod
parent b340b9e76d
commit 5135da826e
-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) {