Skip to content

ImportRoomKeyStage

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

Enum representing the different stages of importing room keys.

This is the type of the stage property of ImportRoomKeyProgressData.

Fetch: "fetch"

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

The stage where room keys are being fetched.

ImportRoomKeyFetchProgress.


LoadKeys: "load_keys"

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

The stage where room keys are being loaded.

ImportRoomKeyLoadProgress.