Matt Lorentz mplorentz
mplorentz created branch feature/98-audio-settings-in-call in coracle/flotilla 2026-04-01 18:22:58 +00:00
mplorentz pushed to feature/98-audio-settings-in-call at coracle/flotilla 2026-04-01 18:22:58 +00:00
462086da53 Add settings button to configure audio devices in call
mplorentz opened issue coracle/flotilla#111 2026-04-01 17:48:05 +00:00
Flotilla gets stuck authenticating
mplorentz commented on pull request coracle/flotilla#109 2026-03-27 18:59:55 +00:00
Add a dialog before joining voice rooms

Yeah, I was able to do that.

mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 18:59:47 +00:00
0b04076baa Refactor currentVoiceRoom and some related types to use Room instead of RoomRef.
54316db039 Address some PR feedback
02da8dc811 Fix typo on VoiceRoomJoinDialog
51bd33556d Revert changes from bugfix/voice-room-membership-error
bd0adfdffe Add a dialog before joining voice rooms
Compare 6 commits »
mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 18:57:38 +00:00
67a6dc3feb Refactor currentVoiceRoom and some related types to use Room instead of RoomRef.
mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 17:52:21 +00:00
a8f74154b3 Address some PR feedback
mplorentz pushed to bugfix/voice-room-membership-error at coracle/flotilla 2026-03-27 17:25:08 +00:00
e8a22ceba6 Move handleJoinError to VoiceWidget
mplorentz commented on issue coracle/flotilla#107 2026-03-27 15:30:43 +00:00
Cannot leave voice room

Unfortunately I cannot reproduce this anymore. I was seeing it on multiple commits, in multiple browsers, with multiple accounts so I'm really stumped on why it just went away. I haven't knowingly…

mplorentz closed issue coracle/flotilla#107 2026-03-27 15:30:43 +00:00
Cannot leave voice room
mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 15:23:48 +00:00
ecb3e6ebca Fix typo on VoiceRoomJoinDialog
mplorentz commented on pull request coracle/flotilla#109 2026-03-27 15:21:49 +00:00
Add a dialog before joining voice rooms

idk why I didn't make this an enum before.

mplorentz commented on pull request coracle/flotilla#109 2026-03-27 15:20:07 +00:00
Add a dialog before joining voice rooms

I need a way to derive the room the user is currently viewing to handle the UX for VoiceWidget displayed above. Parsing it out of the page params seems safe enough but idk it feels like there should be a better way to do this. What do you think?

mplorentz commented on pull request coracle/flotilla#109 2026-03-27 15:18:07 +00:00
Add a dialog before joining voice rooms

This logic got more complex. Basically we need incorporate the room the user is currently viewing now.

mplorentz created pull request coracle/flotilla#109 2026-03-27 15:14:29 +00:00
Add a dialog before joining voice rooms
mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 15:08:11 +00:00
bf1c3bacef Revert changes from bugfix/voice-room-membership-error
mplorentz created branch feature/join-voice-room-dialog in coracle/flotilla 2026-03-27 15:06:54 +00:00
mplorentz pushed to feature/join-voice-room-dialog at coracle/flotilla 2026-03-27 15:06:54 +00:00
6120968ba1 Add a dialog before joining voice rooms
mplorentz commented on pull request coracle/flotilla#106 2026-03-27 13:12:49 +00:00
Voice Room Membership Error

It's not as simple as moving it back to the component here because by calling handleJoinError() from joinVoice() I stealth-fixed another bug which was that we weren't doing the full error…

mplorentz created branch video-demo in coracle/flotilla 2026-03-26 15:44:21 +00:00