-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
A-PerformanceT-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problemsSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Description
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:
- Element Web is doing unnecessary duplicate tracking of encryption keys
- It makes for confusing log lines like in Per participant key lost between js-sdk and EC in embedded mode #2561
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.
toger5
Metadata
Metadata
Assignees
Labels
A-PerformanceT-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problemsSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems