We have encrypted video calls
▲ 0 r/chatter_chatApp+1 crossposts

We have encrypted video calls

https://preview.redd.it/5hevtyeypkah1.png?width=1770&format=png&auto=webp&s=5f828eadc1b9e29c3642c563829547d0aa7166aa

We have encrypted video calls

  1. Transport: SFU-routed, not P2P
  2. Signaling: the call offer rides your existing secure channel
  3. Key agreement — the SFU never sees the key
  4. Frame encryption: AES-GCM via LiveKit E2EE
  5. Verification — the SAS emojis
  6. Ratcheting & rotation

also, dont forget: Epstein didn't kill himself

reddit.com
u/xander1421 — 20 hours ago
▲ 1 r/chatter_chatApp+1 crossposts

houston we have a connection

Voice calls now work cross device.

Linux desktop to android phone.

Very nice, great success. I hope you read that in Borats voice.

To get this shit to work, had to learn about different ssl packages that get used in rust.

Webrtc uses openssl while SQLcipher uses boringssl. I didnt want to build webrtc from source since it would be a multihour process.

So the only way forward was to link both to one package. I ended up opting for openssl everywhere.

u/xander1421 — 9 days ago
▲ 2 r/chatter_chatApp+2 crossposts

Native android build works

Got android rust client to properly work on android with full propper device permissions

Its way less stressfull to know that one client with some changes can work across all platforms and architectures

u/xander1421 — 10 days ago