Skip to content

ImportRoomKeysOpts

Defined in: src/crypto-api/index.ts:1079

Options object for CryptoApi#importRoomKeys and CryptoApi#importRoomKeysAsJson.

optional progressCallback?: (stage) => void

Defined in: src/crypto-api/index.ts:1081

Reports ongoing progress of the import process. Can be used for feedback.

ImportRoomKeyProgressData

void


optional source?: string

Defined in: src/crypto-api/index.ts:1083