ImportRoomKeyLoadProgress
ImportRoomKeyLoadProgress =
object
Defined in: src/crypto-api/index.ts:1045
Type representing the progress during the ‘load_keys’ stage of the room key import process.
Properties
Section titled “Properties”failures
Section titled “failures”failures:
number
Defined in: src/crypto-api/index.ts:1059
The number of room keys that failed to load so far.
stage:
LoadKeys
Defined in: src/crypto-api/index.ts:1049
The current stage of the import process.
successes
Section titled “successes”successes:
number
Defined in: src/crypto-api/index.ts:1054
The number of successfully loaded room keys so far.
total:
number
Defined in: src/crypto-api/index.ts:1064
The total number of room keys being loaded.