Class IncomingRoomKeyRequest

Represents a received m.room_key_request event

Hierarchy

  • IncomingRoomKeyRequest

Constructors

Properties

deviceId: string

device requesting the key

requestBody: IRoomKeyRequestBody
requestId: string

unique id for the request

share: (() => void)

Type declaration

    • (): void
    • callback which, when called, will ask the relevant crypto algorithm implementation to share the keys for this request.

      Returns void

userId: string

user requesting the key

Generated using TypeDoc