feature/23-voice-room/poc #93
@@ -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) {
|
||||
|
hodlbod marked this conversation as resolved
Outdated
|
||||
|
||||
Reference in New Issue
Block a user
Instead of this, we should just not render voice rooms on mobile
I tried that, but realized that you could then join a call on desktop web, resize your browser to be small and then lose the UI to leave the call. As I type it out I realize that's too edgy of a case 😂 I will just hide it.