Hi,
I've been trying to implement MatrixRTC over LiveKit using the Python SDK, for a bot that joins calls to record them.
For this use case, I would need support for per-participant end-to-end encryption. At the moment, I couldn't find a way in the Python SDK to work with participant-scoped encryption keys, which appears to limit E2EE to a shared key model.
Is per-participant encryption support planned for the Python SDK, or is there a recommended approach for this kind of use case?
Possibly related with livekit/rust-sdks#796