Expand description
E2E encryption session — manages key exchange for one group/room/channel.
Structs§
- E2ESession
- E2E encryption session state machine.
- E2ESession
Config - Configuration for an E2E session.
Type Aliases§
- OnKey
Change - Callback for TOFU key change events.
Must return
trueto accept the new key, orfalseto reject. If absent, key changes are rejected by default.