Interface WebRTCDirectTransportComponents

interface WebRTCDirectTransportComponents {
    datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;
    keychain?: Keychain;
    logger: ComponentLogger;
    metrics?: Metrics;
    peerId: PeerId;
    privateKey: PrivateKey;
    transportManager: TransportManager;
    upgrader: Upgrader;
}

Properties

datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  Type declaration

                    Type declaration

                      keychain?: Keychain
                      metrics?: Metrics
                      peerId: PeerId
                      privateKey: PrivateKey
                      transportManager: TransportManager
                      upgrader: Upgrader