New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End to end encryption #1035
Comments
This is exactly what I'm looking to do right now in a react native app. Jitsi has a recent blog about their journey to e2ee with react native and how their flexible client api's works here. They use a FrameEncryptorInterface and FrameDecryptorInterface. FYI, I'm planning on using Matrix's vodozemac olm rust implementation, which is what Jitsi mentioned at the bottom of the article referenced above (they are planning to migrate to it). I was planning to use Livekit until I realized that an e2ee api wasn't supported yet. In the other issue, you mentioned this was on the roadmap, but since I wasn't able to find it publicly, would you be able to provide me with an estimate as to when you expect to address this as the top priority? I would much prefer to use this over mediasoup. |
|
We are currently working on this! It's one of the highest priority features for the team. There isn't a release date yet. |
|
@davidzhao Thank you so much! Looking forward to it. The developer experience with Livekit is good enough that I will wait for e2ee support |
|
Max from the community has a fork of the JS SDK that implements E2EE: https://github.com/invisv-privacy/client-sdk-js/ |
|
E2EE has just been merged in JS. It's also available in Flutter. Other platforms will follow shortly! |
Thank you so much! This is really exciting :) Would love to see some information/guides/examples about how to use it in the docs! |
|
An update on this, E2EE is available in all of our SDKs except for react-native. Given the general availability of the feature, I'm closing this issue. Will open a new issue under react-native |
|
livekit/client-sdk-react-native#96 for tracking React-Native implementation |
|
@davidzhao Hi! Thanks for all the great work here!
|
This issue tracks support for end to end encryption in LiveKit ecosystem. The design goals are:
Open issues
The text was updated successfully, but these errors were encountered: