Files
matrix-ai-agent/voice.py
Christian Gick 65340bf0ee fix(e2ee): use set_shared_key for live key rotation updates
When Element Call sees the bot join, it rotates its encryption key
(index 0 → 1). The on_encryption_key callback was calling set_key()
(per-participant) which has no effect in shared-key mode. Switch to
set_shared_key() so the shared-key decryption path stays current when
the caller rotates keys.
2026-02-22 07:38:06 +02:00

14 KiB