Class EncryptionAlgorithmAbstract

base type for encryption implementations

Hierarchy

  • EncryptionAlgorithm

Constructors

Properties

baseApis: MatrixClient
crypto: Crypto
deviceId: string
olmDevice: OlmDevice
roomId?: string
userId: string

Methods

  • Perform any background tasks that can be done before a message is ready to send, in order to speed up sending of the message.

    Parameters

    • room: Room

      the room the event is in

    Returns void

Generated using TypeDoc