Ditto JS SDK v5.1.0
    Preparing search index...

    Interface TransportConfigLan

    Part of TransportConfig type, configuration for discovering and syncing with peers on LAN.

    interface TransportConfigLan {
        isEnabled: boolean;
        isMdnsEnabled: boolean;
        isMulticastEnabled: boolean;
    }
    Index

    Properties

    isEnabled: boolean

    Whether LAN peer-to-peer transport is enabled.

    isMdnsEnabled: boolean

    Whether mDNS peer discovery is enabled.

    isMulticastEnabled: boolean

    Whether multicast peer discovery is enabled.