restoreKeyBackupWithPassword

abstract suspend fun restoreKeyBackupWithPassword(    keysBackupVersion: KeysVersionResult,     password: String,     roomId: String?,     sessionId: String?,     stepProgressListener: StepProgressListener?): ImportRoomKeysResult

Restore a backup with a password from a given backup version stored on the homeserver.

Parameters

keysBackupVersion

the backup version to restore from.

password

the password to decrypt the retrieved backup.

roomId

the id of the room to get backup data from.

sessionId

the id of the session to restore.

stepProgressListener

the step progress listener