matrix-js-sdk

    Interface IJoinRoomOpts

    interface IJoinRoomOpts {
        acceptSharedHistory?: boolean;
        inviteSignUrl?: string;
        viaServers?: string[];
    }
    Index

    Properties

    acceptSharedHistory?: boolean

    When accepting an invite, whether to accept encrypted history shared by the inviter via the experimental support for MSC4268.

    inviteSignUrl?: string

    If the caller has a keypair 3pid invite, the signing URL is passed in this parameter.

    viaServers?: string[]

    The server names to try and join through in addition to those that are automatically chosen.

    MMNEPVFCICPMFPCPTTAAATR