matrix-js-sdk

    Interface ImportRoomKeysOpts

    interface ImportRoomKeysOpts {
        progressCallback?: (stage: ImportRoomKeyProgressData) => void;
        source?: string;
        untrusted?: boolean;
    }
    Index

    Properties

    progressCallback?: (stage: ImportRoomKeyProgressData) => void

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

    source?: string

    not useful externally

    untrusted?: boolean

    the rust SDK will always such imported keys as untrusted

    MMNEPVFCICPMFPCPTTAAATR