@roomy-chat/sdk
    Preparing search index...

    Type Alias PeerOpenOptions

    Options for configuring Peer.open.

    defaultPeerOpenOptions;

    type PeerOpenOptions = {
        awaitSync: boolean;
        awaitSyncTimeout: number;
    }
    Index

    Properties

    awaitSync: boolean

    Whether when opening the entity we should wait to return until we have gotten an update from one of our syncers, or else the awaitSyncTimeout passes.

    awaitSyncTimeout: number

    The amount of time we should wait for a peer to sync us an update before just continuing when awaitSync is true.