Skip to content
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

MatrixRTCSessionManager is tracking encryption keys even when not needed #2566

Open
hughns opened this issue Aug 14, 2024 · 0 comments
Open
Labels
A-Performance T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems

Comments

@hughns
Copy link
Member

hughns commented Aug 14, 2024

Currently the js-sdk always tracks the encryption keys even if the client never does anything with media.

The impact at the moment is two fold:

Proposal: we make it so that MatrixRTCSessionManager doesn't track encryption keys by default, but instead the client has to call something like MatrixRTCSessionManager.startTrackingEncryptionKeys() which EC would use.

@hughns hughns added the T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Performance T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants