MatrixRTCSessionManager is tracking encryption keys even when not needed #2566
Labels
A-Performance
T-Defect
Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
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 likeMatrixRTCSessionManager.startTrackingEncryptionKeys()
which EC would use.The text was updated successfully, but these errors were encountered: