livekit / client-sdk-js

LiveKit browser client SDK (javascript)
https://livekit.io
Apache License 2.0
334 stars 143 forks source link

Support for more encryption algorithms for e2ee #1190

Closed zesun96 closed 1 month ago

zesun96 commented 1 month ago

Describe the problem

I tested more encryption algorithms and e2ee run very well but sdk only support AES-GCM. But I guess adding it to the SDK is difficult because it's not natively supported by the browser. If there are ideas to support a lot of algorithms, or some suggestions for modifications, I can help.

Describe the proposed solution

support a lot of algorithms.

Alternatives considered

No response

Importance

nice to have

Additional Information

No response

lukasIO commented 1 month ago

Hi, there are currently no plans to add any other encryption algorithms.