matrix-js-sdk

    Interface InviteOpts

    Options object for MatrixClient.invite.

    interface InviteOpts {
        reason?: string;
        shareEncryptedHistory?: boolean;
    }
    Index

    Properties

    reason?: string

    The reason for the invite.

    shareEncryptedHistory?: boolean

    Before sending the invite, if the room is encrypted, share the keys for any messages sent while the history visibility was shared, via the experimental support for MSC4268.

    MMNEPVFCICPMFPCPTTAAATR