Considering it says it was written with Claude AI, can you comment on the how good the security is? Of both the video calls, and also all the content it stores?
Is there a single switch to turn off the "it remembers everything" part? I imagine a lot of people might want a simple self hostable Zoom replacement that does not memorize the calls.
Also, this is amazing. Did you vibe code a Jitsi replacement? Very cool that this is possible.
For video calls, I'm using LiveKit which has end-to-end encryption (same WebRTC stack as zoom/meets). Also, we don't store video calls, the transcripts are stored for AI queries, but can be easily deleted from user side.
Rn, there is no single switch, but it can be easily added!
Haha thank you, basically got frustrated with existing options and figured how hard could it be? So decided to give it a shot :)
Is there a single switch to turn off the "it remembers everything" part? I imagine a lot of people might want a simple self hostable Zoom replacement that does not memorize the calls.
Also, this is amazing. Did you vibe code a Jitsi replacement? Very cool that this is possible.