feature/frontend: encryption for calls #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Calls should be end to end encrypted by default with automatic key exchange.
This still has to be determined to which extent this is possible with livekit
feature: encryption for callsto feature/frontend: encryption for callsHey!
I have checked out Livekit and it seems that they have direct support for e2ee.
You need to enable it via a flag, but handle key exchange and rotation yourself.
there might already be an implementation here:
https://github.com/livekit-examples/meet