Skip to content

MatrixRTCSessionManager is tracking encryption keys even when not needed #2566

@hughns

Description

@hughns

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-PerformanceT-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions