Class IncomingRoomKeyRequest

Represents a received m.room_key_request event

Property

user requesting the key

Property

device requesting the key

Property

unique id for the request

Property

Property

callback which, when called, will ask the relevant crypto algorithm implementation to share the keys for this request.

Hierarchy

  • IncomingRoomKeyRequest

Constructors

Properties

deviceId: string
requestBody: IRoomKeyRequestBody
requestId: string
share: (() => void)

Type declaration

    • (): void
    • Returns void

userId: string

Generated using TypeDoc